From 76f3ba89771b8c7ae772ec8d80d79337b30d9bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Mon, 26 Aug 2024 23:42:36 +0200 Subject: [PATCH] Version 5.0.0 --- changelog.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/changelog.rst b/changelog.rst index 5cb0d924..b7867f0d 100644 --- a/changelog.rst +++ b/changelog.rst @@ -8,19 +8,25 @@ Changelog 2024-xx-xx • `full history `__ +**Breaking Changes** + - Drop support for Python 3.8 (`#1055 `__) -- [core] Enable ``disallow_untyped_calls`` Mypy rule (`#1055 `__) - [core] Enforced usage of proper keyword-arguments (`#1057 `__) - [core] Renamed the ``BaseObserverSubclassCallable`` class to ``ObserverType`` (`#1055 `__) -- [core] Improve typing references for events (`#1040 `__) - [inotify] Renamed the ``inotify_event_struct`` class to ``InotifyEventStruct`` (`#1055 `__) - [inotify] Renamed the ``UnsupportedLibc`` exception to ``UnsupportedLibcError`` (`#1057 `__) -- [inotify] Add support for ``IN_CLOSE_NOWRITE`` events. A ``FileClosedNoWriteEvent`` event will be fired, and its ``on_closed_no_write()`` dispatcher has been introduced (`#1046 `__) - [inotify] Removed the ``InotifyConstants.IN_CLOSE`` constant (`#1046 `__) - [watchmedo] Renamed the ``LogLevelException`` exception to ``LogLevelError`` (`#1057 `__) - [watchmedo] Renamed the ``WatchdogShutdown`` exception to ``WatchdogShutdownError`` (`#1057 `__) - [windows] Renamed the ``FILE_NOTIFY_INFORMATION`` class to ``FileNotifyInformation`` (`#1055 `__) - [windows] Removed the unused ``WATCHDOG_TRAVERSE_MOVED_DIR_DELAY`` constant (`#1057 `__) + +**Other Changes** + +- [core] Enable ``disallow_untyped_calls`` Mypy rule (`#1055 `__) +- [core] Enable ``disallow_untyped_defs`` Mypy rule (`#1060 `__) +- [core] Improve typing references for events (`#1040 `__) +- [inotify] Add support for ``IN_CLOSE_NOWRITE`` events. A ``FileClosedNoWriteEvent`` event will be fired, and its ``on_closed_no_write()`` dispatcher has been introduced (`#1046 `__) - Thanks to our beloved contributors: @BoboTiG 4.0.2