Skip to content

Commit 587471c

Browse files
committed
Add more spacing to items in the RELEASE_NOTES
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 67cd9ca commit 587471c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,26 @@
2929
```
3030

3131
* Update `BatteryStatus` to mark battery with unknown capacity as not working (#263)
32+
3233
* The channels dependency was updated to v0.14.0 (#292)
34+
3335
* Some properties for `PowerDistributingActor` results were renamed to be more consistent between `Success` and `PartialFailure`:
36+
3437
* The `Success.used_batteries` property was renamed to `succeeded_batteries`.
3538
* The `PartialFailure.success_batteries` property was renamed to `succeeded_batteries`.
3639
* The `succeed_power` property was renamed to `succeeded_power` for both `Success` and `PartialFailure`.
40+
3741
* Update `MovingWindow` to accept the `size` parameter as `timedelta` instead of `int` (#269).
3842
This change allows users to define the time span of the moving window more intuitively, representing the duration over which samples will be stored.
43+
3944
* Add a resampler in the `MovingWindow` to control the granularity of the samples to be stored in the underlying buffer (#269).
4045
Notice that the parameter `sampling_period` has been renamed to `input_sampling_period`
4146
to better distinguish it from the sampling period parameter in the resampler.
47+
4248
* The serialization feature for the ringbuffer was made more flexible. The `dump` and `load` methods can now work directly with a ringbuffer instance.
49+
4350
* The `ResamplerConfig` now takes the resampling period as a `timedelta`. The configuration was renamed from `resampling_period_s` to `resampling_period` accordingly.
51+
4452
* The `SourceProperties` of the resampler now uses a `timedelta` for the input sampling period. The attribute was renamed from `sampling_period_s` to `sampling_period` accordingly.
4553

4654
## New Features
@@ -64,4 +72,5 @@
6472
## Bug Fixes
6573

6674
* Change `PowerDistributor` to use all batteries when none are working (#258)
75+
6776
* Update the ordered ring buffer to fix the `len()` function so that it returns a value equal to or greater than zero, as expected (#274)

0 commit comments

Comments
 (0)