Skip to content

Commit 34bb525

Browse files
Update release notes
Signed-off-by: Daniel Zullo <[email protected]>
1 parent be5ea72 commit 34bb525

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,12 @@
3030
- Add `count_covered` method to count the number of elements covered by the used time range.
3131
- Add `fill_value` option to window method to impute missing values. By default missing values are imputed with `NaN`.
3232
- Add `at` method to `MovingWindow` to access a single element and use it in `__getitem__` magic to fully support single element access.
33-
34-
33+
- The `ConnectionManager` fetches microgrid metadata when connecting to the microgrid and exposes `microgrid_id` and `location` properties of the connected microgrid.
3534

3635
- The PowerDistributingActor now supports n:m relations between inverters and
3736
batteries.
3837
This means that one or more inverters can be connected to one or more batteries.
3938

40-
4139
## Bug Fixes
4240

4341
- Fix rendering of diagrams in the documentation.

0 commit comments

Comments
 (0)