Skip to content

Commit 6e28342

Browse files
committed
Improve release notes formatting
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent e48110d commit 6e28342

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

RELEASE_NOTES.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,17 @@
1717
## Bug Fixes
1818

1919
- Fixes a bug in the ring buffer updating the end timestamp of gaps when they are outdated.
20-
- Properly handles PV configurations with no or only some meters before the PV
21-
component.
22-
So far we only had configurations like this: Meter -> Inverter -> PV. However
23-
the scenario with Inverter -> PV is also possible and now handled correctly.
20+
21+
- Properly handles PV configurations with no or only some meters before the PV component.
22+
23+
So far we only had configurations like this: `Meter -> Inverter -> PV`. However the scenario with `Inverter -> PV` is also possible and now handled correctly.
24+
2425
- Fix `consumer_power()` not working certain configurations.
25-
In microgrids without consumers and no main meter, the formula
26-
would never return any values.
27-
- Fix `pv_power` not working in setups with 2 grid meters by using a new
28-
reliable function to search for components in the components graph
26+
27+
In microgrids without consumers and no main meter, the formula would never return any values.
28+
29+
- Fix `pv_power` not working in setups with 2 grid meters by using a new reliable function to search for components in the components graph
30+
2931
- Fix `consumer_power` similar to `pv_power`
32+
3033
- 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)