From 5087248e2e4ee43554c38f2fdee642d1307a058a Mon Sep 17 00:00:00 2001
From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
Date: Fri, 31 May 2019 07:31:59 +0200
Subject: [PATCH] [changelog] Mention raster image reader

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ccade26011..e97adfc620 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,8 @@ Differences Between DuMuX 3.1 and DuMuX 3.0
 - __Solver__ There is a new abstract base class PDESolver that is a class that does linearize & assemble, solve, update.
   The NewtonSolver now derives from this class (interface is unchanged). A new class LinearPDESolver simplifies solving linear problems
   by reducing the code in the main file and streamlining the terminal output to look like the Newton output.
+ - Added a `NetPBMReader` which allows to read simple raster images files (`*.pbm` and `*.pgm`). Can be used, e.g., with `dune-subgrid` in order to create a grid
+   from an image file.
 
 ### Immediate interface changes not allowing/requiring a deprecation period
 
-- 
GitLab