diff --git a/documentation/changelog.rst b/documentation/changelog.rst index 28555a600..15346eb73 100644 --- a/documentation/changelog.rst +++ b/documentation/changelog.rst @@ -18,6 +18,7 @@ Infrastructure / Support * Add possibility to send errors to Sentry [see `PR #143 `_] * Add CLI task to monitor if tasks ran successfully and recently enough [see `PR #146 `_] +* Document how to use a custom favicon in plugins [see `PR #152 `_] v0.5.0 | June 7, 2021 diff --git a/documentation/dev/plugins.rst b/documentation/dev/plugins.rst index 3606a2ed4..59044bd93 100644 --- a/documentation/dev/plugins.rst +++ b/documentation/dev/plugins.rst @@ -10,7 +10,7 @@ A FlexMeasures plugin works as a `Flask Blueprint