Skip to content

Commit b9c8573

Browse files
committed
Update RELEASE_NOTES.md
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent d091df5 commit b9c8573

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

RELEASE_NOTES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@
66

77
## Upgrading
88

9-
- The `BatteryPool.power_status` method now streams objects of type `BatteryPoolReport`. They're identical to the previous `Report` objects, except for the name of the class.
9+
- The `BatteryPool.power_status` method now streams objects of type `BatteryPoolReport`, replacing the previous `Report` objects.
10+
11+
- In `BatteryPoolReport.distribution_result`,
12+
* the following fields have been renamed:
13+
+ `Result.succeeded_batteries``Result.succeeded_components`
14+
+ `Result.failed_batteries``Result.failed_components`
15+
+ `Request.batteries``Request.component_ids`
16+
* and the following fields are now type-hinted as `collections.abc.Set`, to clearly indicate that they are read-only:
17+
+ `Result.succeeded_components`
18+
+ `Result.failed_components`
19+
1020

1121
## New Features
1222

0 commit comments

Comments
 (0)