From: Matthias Maier <tamiko@kyomu.43-1.org>
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=refs%2Fpull%2F456%2Fhead;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.
 </p>
 
 <ol>
+  <li> Changed: The project configuration no longer exports
+  <code>[...]/include/deal.II</code>. Thus it is now mandatory to prefix
+  all includes of deal.II headers with <code>deal.II/</code>, i.e.
+  <code>#include &lt;deal.II/[...]&gt;</code>.
+  <br>
+  (Matthias Maier, 2015/01/19)
+  </li>
+
   <li> 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.
   <br>
   (Timo Heister, 2015/01/19)
   </li>
-  
+
   <li> 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