Skip to content

Commit

Permalink
add changelog entry
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
  • Loading branch information
victorgarcia98 committed Aug 28, 2023
1 parent e513442 commit d46f7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ New features
-------------

* Introduce new reporter to compute profit/loss due to electricity flows: `ProfitOrLossReporter` [see `PR #808 <https://github.com/FlexMeasures/flexmeasures/pull/808>`_]
* Charts visible in the UI can be exported to PNG or SVG formats in a more automated fashion, using the new CLI command flexmeasures show chart [see `PR #833 <https://github.com/FlexMeasures/flexmeasures/pull/833>`_]

Infrastructure / Support
----------------------
Expand Down
2 changes: 1 addition & 1 deletion flexmeasures/cli/data_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def chart(
end=end.strftime(datetime_format),
belief_time=belief_time_str,
)
click.secho(f"Generating a chart for `{entity}`...", **MsgStyle.SUCCESS)
click.echo(f"Generating a chart for `{entity}`...")

# need to fetch the entities as they get detached
# and we get the (in)famous detached instance error.
Expand Down

0 comments on commit d46f7bf

Please sign in to comment.