File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Summary
4
4
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
-
11
5
## New Features
12
6
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.
14
8
15
9
- Stop fallback formulas when primary formula starts working again.
16
10
17
11
## Bug Fixes
18
12
19
- - Fixed bug with formulas raising exception when stopped.
13
+ - Fixed a bug with formulas raising exception when stopped.
20
14
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.
22
16
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.
You can’t perform that action at this time.
0 commit comments