From 013363f3ca062a7c4592a393aaf95b2c7e365bbd Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Wed, 29 Jun 2016 08:44:45 +0200
Subject: [PATCH] [changelog] Mention added method maxTimeStepSize

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09e9246d06..a6907a3b8b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,10 @@ Differences Between DuMuX 2.9 and DuMuX 2.10
     - multidomain should now work with all compilers (optimzed) without segfaults
 
 * IMMEDIATE INTERFACE CHANGES not allowing/requiring a deprecation period:
+    - The problem class interface needs to provide the method maxTimeStepSize().
+      This is important if you implement problem classes not deriving from the base
+      problem classes in Dumux (ImplicitProblem, OneModelProblem,
+      ImpetProblem, and MultidomainProblem).
 
 * Deprecated PROPERTY and PARAMETER NAMES, to be removed after 2.10: BEWARE: The
   compiler will not print any warning if a deprecated property or parameter name
-- 
GitLab