diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 02a8a5c72..d938808cc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,22 +2,16 @@ ## Summary - - -## Upgrading - - - ## New Features -- Add stop method to the FormulaEngine. Now it is possible to stop custom formulas. +- Add a `stop()` method to the `FormulaEngine`. Now it is possible to stop custom formulas. - Stop fallback formulas when primary formula starts working again. ## Bug Fixes -- Fixed bug with formulas raising exception when stopped. +- Fixed a bug with formulas raising exception when stopped. -- Fix a bug that raised `CancelledError` when actor was started with `frequenz.sdk.actor.run` and stopped. +- 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. \ No newline at end of file +- Stop catching `BaseException` in `frequenz.sdk.actor.run`. Only `CancelledError` and `Exception` are caught now.