Skip to content

Commit

Permalink
Backport: docs: changelog for v0.17.1
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Dec 7, 2023
1 parent 9d32caa commit 96f96b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
5 changes: 5 additions & 0 deletions documentation/api/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ API change log

.. note:: The FlexMeasures API follows its own versioning scheme. This is also reflected in the URL (e.g. `/api/v3_0`), allowing developers to upgrade at their own pace.

v3.0-14 | 2023-12-07
""""""""""""""""""""

- Fix API version listing (GET /api/v3_0) for hosts running on Python 3.8.

v3.0-13 | 2023-10-31
""""""""""""""""""""

Expand Down
12 changes: 1 addition & 11 deletions documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,13 @@
FlexMeasures Changelog
**********************

v0.17.1 | November 22, 2023
v0.17.1 | December 7, 2023
============================

Bugfixes
-----------

* Show `Assets`, `Users`, `Tasks` and `Accounts` pages in the navigation bar for the `admin-reader` role [see `PR #900 <https://github.com/FlexMeasures/flexmeasures/pull/900>`_]
* Fix infeasible problem due to incorrect estimation of the big-M value [see `PR #905 <https://github.com/FlexMeasures/flexmeasures/pull/905>`_]



v0.17.1 | November 22, 2023
============================

Bugfixes
-----------

* Reduce worker logs when datetime exceeds the end of the schedule [see `PR #918 <https://github.com/FlexMeasures/flexmeasures/pull/918>`_]
* Fix infeasible problem due to incorrect estimation of the big-M value [see `PR #905 <https://github.com/FlexMeasures/flexmeasures/pull/905>`_]
* Fix API version listing (GET /api/v3_0) for hosts running on Python 3.8 [see `PR #917 <https://github.com/FlexMeasures/flexmeasures/pull/917>`_]
Expand Down

0 comments on commit 96f96b9

Please sign in to comment.