diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d2e986ca7..58b0e962b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,18 +2,16 @@ ## Summary -## New Features - -- Add a `stop()` method to the `FormulaEngine`. Now it is possible to stop custom formulas. + -- Stop fallback formulas when primary formula starts working again. +## Upgrading -## Bug Fixes + -- Fixed a bug with formulas raising exception when stopped. +## New Features -- Fixed a bug that raised `CancelledError` when actor was started with `frequenz.sdk.actor.run` and stopped. + -- Stop catching `BaseException` in `frequenz.sdk.actor.run`. Only `CancelledError` and `Exception` are caught now. +## Bug Fixes - Fix `MetricFetcher` leaks when a requested metric fetcher already existed.