Skip to content

Commit 3b61b7c

Browse files
authored
Prepare for v1.0.0-rc1900 (#1218)
2 parents ee4c2f8 + 2f42362 commit 3b61b7c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

RELEASE_NOTES.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
This release introduces a number of breaking changes in the config manager, the new `ComponentId`/`MicrogridId` types and the `numpy` version update. It also includes bug-fixes to the component graph and power management.
66

77
## Upgrading
88

@@ -41,10 +41,6 @@
4141

4242
* The SDK now depends on the `frequenz-client-microgrid` v0.7.x series. The main change is now all component and microgrid IDs need to be passed using the wrapper classes `ComponentId`/`MicrogridId` instead of `int`.
4343

44-
## New Features
45-
46-
<!-- Here goes the main new features and examples or instructions on how to use them -->
47-
4844
## Bug Fixes
4945

5046
- The power manager used to just forgot components when all proposals to them are withdrawn, leaving them at their last set power values. This has been fixed by getting the power manager to set the components to their default powers, based on the component category (according to the table below), as the last step.

0 commit comments

Comments
 (0)