Skip to content

Commit 7305012

Browse files
authored
Prepare release notes for rc1700 (#1170)
2 parents bcfbd5b + 33c019c commit 7305012

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

RELEASE_NOTES.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,16 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
6-
7-
## Upgrading
8-
9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
115
## New Features
126

13-
- Add stop method to the FormulaEngine. Now it is possible to stop custom formulas.
7+
- Add a `stop()` method to the `FormulaEngine`. Now it is possible to stop custom formulas.
148

159
- Stop fallback formulas when primary formula starts working again.
1610

1711
## Bug Fixes
1812

19-
- Fixed bug with formulas raising exception when stopped.
13+
- Fixed a bug with formulas raising exception when stopped.
2014

21-
- Fix a bug that raised `CancelledError` when actor was started with `frequenz.sdk.actor.run` and stopped.
15+
- Fixed a bug that raised `CancelledError` when actor was started with `frequenz.sdk.actor.run` and stopped.
2216

23-
- Stop catching `BaseException` in `frequenz.sdk.actor.run`. Only `CancelledError` and `Exception` are caught now.
17+
- Stop catching `BaseException` in `frequenz.sdk.actor.run`. Only `CancelledError` and `Exception` are caught now.

0 commit comments

Comments
 (0)