Skip to content

Commit d5ac12e

Browse files
committed
Clear release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent ecd5580 commit d5ac12e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
## Summary
44

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

77
## Upgrading
88

9-
- The `ConfigManagingActor` now only reacts to `CREATE` and `MODIFY` events. `DELETE` is not supported anymore and are ignored.
10-
- Remove the `event_types` argument from the `ConfigManagingActor` constructor.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10+
11+
## New Features
12+
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
1114

1215
## Bug Fixes
1316

14-
- Fix bugs with `ConfigManagingActor`:
15-
- Raising unhandled exceptions when any file in config directory was deleted.
16-
- Raising unhandled exception if not all config files exist.
17-
- Eliminate recursive actor crashes when all config files were missing.
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)