Skip to content

Commit fa66566

Browse files
committed
Update release notes
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 9841ada commit fa66566

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
## Upgrading
88

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+
- The `frequenz.sdk.power` package contained the power distribution algorithm, which is for internal use in the sdk, and is no longer part of the public API.
10+
11+
- `PowerDistributingActor`'s result type `OutOfBound` has been renamed to `OutOfBounds`, and its member variable `bound` has been renamed to `bounds`.
1012

1113
## New Features
1214

@@ -25,3 +27,4 @@
2527
- Fix `pv_power` not working in setups with 2 grid meters by using a new
2628
reliable function to search for components in the components graph
2729
- Fix `consumer_power` similar to `pv_power`
30+
- Zero value requests received by the `PowerDistributingActor` will now always be accepted, even when there are non-zero exclusion bounds.

0 commit comments

Comments
 (0)