From cc58bd7864ef64102da4ccb113b9b98967a1c0d0 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 19 Jan 2015 20:28:18 +0100 Subject: [PATCH] add a forgotten changelog entry --- doc/news/changes.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 9b0d93dd25..9a5f4ff10c 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -38,13 +38,21 @@ inconvenience this causes.

    +
  1. Changed: The project configuration no longer exports + [...]/include/deal.II. Thus it is now mandatory to prefix + all includes of deal.II headers with deal.II/, i.e. + #include <deal.II/[...]>. +
    + (Matthias Maier, 2015/01/19) +
  2. +
  3. Changed: ParameterHandler::leave_subsection() no longer returns a bool indicating if there was a subsection to leave. This never worked in the first place, because an exception was thrown.
    (Timo Heister, 2015/01/19)
  4. - +
  5. Changed: Make.global_options was completely redesigned. It still contains Makefile sourcable information, but they now closely mimic the declarative style of deal.IIConfig.cmake. Thus, projects that still use -- 2.39.5