diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9e254df9a..593768fc9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,4 +2,8 @@ ## Bug Fixes -* Fix bug with `ConfigManagingActor` raising unhandled exceptions when configuration file is deleted or any other file in the same directory. \ No newline at end of file +* Fix bugs with `ConfigManagingActor`: + - Raising unhandled exceptions when configuration file is deleted or any other file in the same directory. + - Crashing in some cases when config file was removed. + - Losing all file notify events when actor restarts. +* Improve logging severity in `ConfigManagingActor` \ No newline at end of file