From 6b377d0d71fe727ce1f17103c42f3ab40e05364b Mon Sep 17 00:00:00 2001 From: Simon Emmert <simon.emmert@iws.uni-stuttgart.de> Date: Wed, 29 Apr 2020 12:06:31 +0200 Subject: [PATCH] [changelog] add section on GridView property deprecation Due to !1905 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de0ad888a7..57ea86a9d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,6 +77,7 @@ If you use a self defined volumevariables class that inherits from the non-isoth - Tracer model: tracer fluid systems do no longer provide a `getMainComponent` function since this simply doesn't make sense -- the main bulk component is not modeled. ### Deprecated properties, to be removed after 3.2: +- __GridView__: The property `GridView` has been deprecated and can be accessed via `GridGeometry::GridView` instead. ### Deprecated classes/files, to be removed after 3.2: - __AMGBackend__: The class AMGBackend is deprecated and has been replaced by AMGBiCGSTABBackend which gets some different template arguments -- GitLab