Skip to content

Commit 3c446d3

Browse files
authored
Clear release notes (#886)
2 parents 9f9520c + 3265d48 commit 3c446d3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
## Summary
44

5-
This is a minor non-breaking release that adds new features and fixes a few bug.
5+
<!-- Here goes a general summary of what this release is about -->
6+
7+
## Upgrading
8+
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
610

711
## New Features
812

9-
- Allow multiplying and dividing any `Quantity` by a `float`. This just scales the `Quantity` value.
10-
- Allow dividing any `Quantity` by another quaintity of the same type. This just returns a ration between both quantities.
11-
- The battery pool `power` method now supports scenarios where one or more inverters can have multiple batteries connected to it and one or more batteries can have multiple inverters connected to it.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
1214

1315
## Bug Fixes
1416

15-
- Fix grid current formula generator to add the operator `+` to the engine only when the component category is handled.
16-
- Fix bug where sometimes the `base_value` of a `Quantity` could be of a different type than `float`.
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)