From c042e362be027c5b7e300ea6ccc853d3bcc1ca87 Mon Sep 17 00:00:00 2001
From: farid <farid.mohammadi@iws.uni-stuttgart.de>
Date: Wed, 27 Oct 2021 17:04:06 +0200
Subject: [PATCH] [CHANGELOG] add the deprecated shell scripts.

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cee528531c..20da219a8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -64,6 +64,9 @@ for (const auto& element : elements(gridGeometry.gridView()))
 
 - `update()` functions of grid geometries, which do not receive the `gridView`, are deprecated, use `update(gridView)` instead.
 - `enum class DiscretizationMethod` and associated functions, to be replaced by tags
+- `test_dumux.sh` is deprecated.
+- `compareparameters.sh` is deprecated, use `getparameterlist.py` instead.
+- `replace_property_macros.sh` is removed.
 
 ### New experimental features (possibly subject to backwards-incompatible changes in the future)
 
-- 
GitLab