From: Matthias Maier Date: Mon, 19 Jan 2015 19:28:18 +0000 (+0100) Subject: add a forgotten changelog entry X-Git-Tag: v8.3.0-rc1~525^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc58bd7864ef64102da4ccb113b9b98967a1c0d0;p=dealii.git add a forgotten changelog entry --- 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