From 84b403f4fedb761566cb373987f53da458a80653 Mon Sep 17 00:00:00 2001 From: Kilian Helfenbein Date: Fri, 22 Nov 2024 15:11:24 +0100 Subject: [PATCH] adapt changelog --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 34c180f38..74e4d093a 100755 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -738,6 +738,9 @@ Bug Fixes `#179 `_ * Fix depricated python-operator import `#183 `_ +* Fix incorrect YAML serialization of the --scenarios CLI + parameter that caused broken DAGs in the pipeline. + `#343 `_ .. _PR #692: https://github.com/openego/eGon-data/pull/692