Skip to content

Commit 9715acc

Browse files
Update release notes
Signed-off-by: ela-kotulska-frequenz <[email protected]>
1 parent ea47b29 commit 9715acc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
6-
75
## Upgrading
86

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
117
## New Features
128

13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
14-
159
* A new class `OrderedRingBuffer` is now available, providing a sorted ring buffer of datetime-value pairs with tracking of any values that have not yet been written.
1610
* Add logical meter formula for EV power.
1711
* A `MovingWindow` class has been added that consumes a data stream from a logical meter and updates an `OrderedRingBuffer`.
12+
* Add EVChargerPool implementation. It has only streaming state changes for ev chargers, now.
13+
* Add 3-phase current formulas: `3-phase grid_current` and `3-phase ev_charger_current` to the LogicalMeter.
14+
1815

1916
## Bug Fixes
2017

2118
* Add COMPONENT_STATE_DISCHARGING as valid state for the inverter. DISCHARGING state was missing by mistake and this caused the power distributor to error out if the inverter is already discharging.
22-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)