Skip to content

Commit 8c2c93b

Browse files
committed
Update release notes
Also the note about some functions becoming non-async, is moved to the `Upgrading` section, because it is a breaking change. Signed-off-by: Sahas Subramanian <[email protected]>
1 parent c4614b2 commit 8c2c93b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66

77
## Upgrading
88

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+
- The `receive_aggregated_data` method now returns a `Receiver`, which provides more flexibility that the previous `AsyncIterator`.
10+
- The `receive_microgrid_sensors_data`, `receive_single_sensor_data` and `receive_aggregated_data` methods are no-longer `async`.
1011

1112
## New Features
1213

1314
<!-- Here goes the main new features and examples or instructions on how to use them -->
1415

1516
## Bug Fixes
1617

17-
* Take out 'async' from 'receive_microgrid_sensors_data' and 'receive_single_sensor_data'.
18+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)