From 0c6436658269527b47ebef2987427a87a7b20dab Mon Sep 17 00:00:00 2001
From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
Date: Thu, 24 Mar 2016 15:39:19 +0100
Subject: [PATCH] [changelog] Mention patch to remove deprecated headers

---
 CHANGELOG.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0ea101d0b..2d9b2b885f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -48,6 +48,12 @@ Differences Between DuMuX 2.8 and DuMuX 2.9
       find . -name '*.[ch][ch]' -exec bash ../dumux/bin/fix_includes.sh {} \;
       ```
       inside the folder that contains your files.
+
+      A patch is available to remove deprecated header files:
+      ```
+      patch -p1 < patches/dumux-2.9-no-deprecated-headers.patch
+      ```
+
       The benefits are hopefully:
         + A clearer structure in terms of the problems that you want to apply Dumux
           for. Three main application areas on the top level: `porousmediumflow`,
-- 
GitLab