From 23fe948fb3dfbc14ea0c40b1a77f0adfce32736d Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Fri, 19 Jun 2020 11:03:51 +0200 Subject: [PATCH] [changelog] Add boundary types and comment about previously deprecated now deleted code --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e85c6bc1..0ed0c0f1fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,16 @@ Differences Between DuMu<sup>x</sup> 3.3 and DuMu<sup>x</sup> 3.2 ### Immediate interface changes not allowing/requiring a deprecation period: +- For the "sequential" models, the property `BoundaryTypes` has been simply renamed to `SequentialBoundaryTypes` + ### Deprecated properties/classes/functions/files, to be removed after 3.3: +- The property `BoundaryTypes` has been deprecated. The boundary condition type can now be deduced from the problem type using `ProblemTraits`. + ### Deleted classes/files, property names, constants/enums: +- Everything that has been deprecated before release 3.2 has been removed. + ### Other noteworthy changes: - after release 3.2, DuMu<sup>x</sup> releases earlier than 2.12 will no longer be automatically tested or supported. -- GitLab