Skip to content

Commit ecd5580

Browse files
authored
Prepare release notes for v1.0.0-rc1400 (#1121)
2 parents 29e4d67 + 4b705b9 commit ecd5580

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

RELEASE_NOTES.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,16 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
This is a minor release with just a few bug fixes but also one breaking change in the `ConfigManagingActor`.
66

77
## Upgrading
88

99
- The `ConfigManagingActor` now only reacts to `CREATE` and `MODIFY` events. `DELETE` is not supported anymore and are ignored.
1010
- Remove the `event_types` argument from the `ConfigManagingActor` constructor.
1111

12-
## New Features
13-
14-
* Many tasks, senders and receivers now have proper names for easier debugging.
15-
* The resample log was improved to show more details.
16-
* The `Sample` class now has a nice `__str__` representation.
17-
1812
## Bug Fixes
1913

20-
- Fix a bug in the resampler that could end up with an *IndexError: list index out of range* exception when a new resampler was added while awaiting the existing resampler to finish resampling.
21-
2214
- Fix bugs with `ConfigManagingActor`:
2315
- Raising unhandled exceptions when any file in config directory was deleted.
2416
- Raising unhandled exception if not all config files exist.
25-
- Eliminate recursive actor crashes when all config files were missing.
17+
- Eliminate recursive actor crashes when all config files were missing.

0 commit comments

Comments
 (0)