From 33c019cc98003b2169bb5395462d7a783ff68a39 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 28 Feb 2025 10:13:17 +0100 Subject: [PATCH] Prepare release notes for rc1700 Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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.