Skip to content

Commit c9ebc4f

Browse files
Update release notes
Signed-off-by: Elzbieta Kotulska <[email protected]>
1 parent 1ba3043 commit c9ebc4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44

55
- The `MovingWindow` now has an async `wait_for_samples` method that waits for a given number of samples to become available in the moving window and then returns.
66

7+
- Add stop method to the FormulaEngine. Now it is possible to stop custom formulas.
8+
9+
- Stop fallback formulas when primary formula starts working again.
10+
711
## Bug Fixes
812

913
- Fixed a bug that was preventing power proposals to go through if there once existed some proposals with overlapping component IDs, even if the old proposals have expired.
1014

1115
- Fixed a bug that was causing formulas to fallback to CHPs, when the CHP meters didn't have data. CHPs are not supported in the data sourcing actor and in the client, so we can't fallback to CHPs.
16+
17+
- Fixed bug with formulas raising exception when stopped.

0 commit comments

Comments
 (0)