diff --git a/documentation/changelog.rst b/documentation/changelog.rst index 92ee5c457..b778c8d35 100644 --- a/documentation/changelog.rst +++ b/documentation/changelog.rst @@ -10,8 +10,9 @@ v0.19.0 | February xx, 2024 .. warning:: This version replaces FLASK_ENV with FLEXMEASURES_ENV (FLASK_ENV will still be used as a fallback). New features -------------- +------------- +* Enable the use of QuantityOrSensor fields for the ``flexmeasures add schedule for-storage`` CLI command [see `PR #966 `_] * Support for using storage efficiency data from a sensor in storage scheduler [see `PR #965 `_] * Support a less verbose way of setting the same :abbr:`SoC (state of charge)` constraint for a given time window [see `PR #899 `_] diff --git a/documentation/cli/change_log.rst b/documentation/cli/change_log.rst index ea543acee..9d427e2b6 100644 --- a/documentation/cli/change_log.rst +++ b/documentation/cli/change_log.rst @@ -7,6 +7,17 @@ FlexMeasures CLI Changelog since v0.19.0 | February xx, 2024 ======================================= +* Enable the use of QuantityOrSensor fields for the ``flexmeasures add schedule for-storage`` CLI command: + + * ``charging-efficiency`` + * ``discharging-efficiency`` + * ``soc-gain`` + * ``soc-usage`` + * ``power-capacity`` + * ``production-capacity`` + * ``consumption-capacity`` + * ``storage-efficiency`` + * Streamline CLI option naming by favoring ``--`` over ``---id``. This affects the following options: * ``--account-id`` -> ``--account``