Skip to content

Commit f5e1ad3

Browse files
authored
Clear release notes (frequenz-floss#1181)
2 parents 087c056 + 326fe53 commit f5e1ad3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22

33
## Summary
44

5-
## New Features
6-
7-
- Add a `stop()` method to the `FormulaEngine`. Now it is possible to stop custom formulas.
5+
<!-- Here goes a general summary of what this release is about -->
86

9-
- Stop fallback formulas when primary formula starts working again.
7+
## Upgrading
108

11-
## Bug Fixes
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1210

13-
- Fixed a bug with formulas raising exception when stopped.
11+
## New Features
1412

15-
- Fixed a bug that raised `CancelledError` when actor was started with `frequenz.sdk.actor.run` and stopped.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
1614

17-
- Stop catching `BaseException` in `frequenz.sdk.actor.run`. Only `CancelledError` and `Exception` are caught now.
15+
## Bug Fixes
1816

1917
- Fix `MetricFetcher` leaks when a requested metric fetcher already existed.

0 commit comments

Comments
 (0)