--- a/docs/changelog.md Wed Apr 10 10:45:31 2024 +0200 +++ b/docs/changelog.md Wed Apr 10 16:45:06 2024 +0200 @@ -2,6 +2,10 @@ ### Version 24.5 - bug fixes +- General + - Changed code from using `QFileSystemWatcher` to our own implementation + (`EricFileSystemWatcher`) based on the `watchdog` Python package in order + to get more fine grained control over the reported changes. - Editor - Added the capability to reload the current editor via its context menu or the main `File` menu (see issue 556).