Skip to content

Commit 790f507

Browse files
authored
Fix grammar in release notes (#1040)
2 parents 4fb5a88 + afb9890 commit 790f507

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Upgrading
88

9-
- The `frequenz.sdk.microgrid.*_pool` methods has been renamed to `new_*_pool`, to make it explicit that they create new instances of the pool classes.
9+
- The `frequenz.sdk.microgrid.*_pool` methods have been renamed to `new_*_pool`, to make it explicit that they create new instances of the pool classes.
1010
- `battery_pool` -> `new_battery_pool`
1111
- `ev_charger_pool` -> `new_ev_charger_pool`
1212
- `pv_pool` -> `new_pv_pool`
@@ -19,7 +19,7 @@
1919

2020
- Passing a `request_timeout` in calls to `*_pool.propose_power` is no longer supported. It may be specified at application startup, through the new optional `api_power_request_timeout` parameter in the `microgrid.initialize()` method.
2121

22-
- Power distribution results are no longer available through the `power_status` streams in the `*Pool`s. They can now be accessed as a stream from a separate property `power_distribution_results`, which is available from all the `*Pool`s.
22+
- Power distribution results are no longer available through the `power_status` streams in the `*Pool`s. They can now be accessed as a stream from a separate property `power_distribution_results`, which is available from all the `*Pool`s.
2323

2424
- The `ConfigManagingActor` now uses `collections.abc.Mapping` as the output sender type. This change indicates that the broadcasted configuration is intended to be read-only.
2525

@@ -49,13 +49,13 @@
4949
## Bug Fixes
5050

5151
- Fixed a typing issue that occurs in some cases when composing formulas with constants.
52-
- Fixed a bug where sending tasks in the data sourcing actor might have not been properly awaited.
52+
- Fixed a bug where sending tasks in the data sourcing actor might not have been awaited.
5353
- Updated the logical meter documentation to reflect the latest changes.
5454
- Fixed a bug in the code examples in the getting-started tutorial.
5555
- Fixed a bug in `ConfigManagingActor` that was not properly comparing the event path to the config file path when the config file is a relative path.
5656
- Re-expose `ComponentMetricId` to the docs.
5757
- Fixed typing ambiguities when building composite formulas on streaming data.
5858
- Fixed a bug that was causing the `PowerDistributor` to exit if power requests to PV inverters or EV chargers timeout.
59-
- Fix handling of cancelled tasks in the data sourcing and resampling actor.
60-
- Fix PV power distribution excluding inverters that haven't sent any data since startup.
61-
- Prevent stacking of power requests to avoid delays in processing when the power requests frequency exceeds the processing time.
59+
- Fix the handling of canceled tasks in the data sourcing and resampling actor.
60+
- Fix a bug in PV power distribution by excluding inverters that haven't sent any data since startup.
61+
- Prevent stacking of power requests to avoid delays in processing when the power request frequency exceeds the processing time.

0 commit comments

Comments
 (0)