You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.rst
+18-1
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,25 @@ Changelog
8
8
9
9
2024-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v5.0.3...HEAD>`__
10
10
11
+
- Pin test dependecies.
12
+
- [docs] Add typing info to quick start. (`#1082 <https://github.com/gorakhargosh/watchdog/pull/1082>`__)
11
13
- [inotify] Use of ``select.poll()`` instead of deprecated ``select.select()``, if available. (`#1078 <https://github.com/gorakhargosh/watchdog/pull/1078>`__)
12
-
- Thanks to our beloved contributors: @BoboTiG, @
14
+
- [inotify] Fix reading inotify file descriptor after closing it. (`#1081 <https://github.com/gorakhargosh/watchdog/pull/1081>`__)
15
+
- [utils] The ``stop_signal`` keyword-argument type of the ``AutoRestartTrick`` class can now be either a ``signal.Signals`` or an ``int``.
16
+
- [utils] Added the ``__repr__()`` method to the ``Trick`` class.
17
+
- [utils] Removed the unused ``echo_class()`` function from the ``echo`` module.
18
+
- [utils] Removed the unused ``echo_instancemethod()`` function from the ``echo`` module.
19
+
- [utils] Removed the unused ``echo_module()`` function from the ``echo`` module.
20
+
- [utils] Removed the unused ``is_class_private_name()`` function from the ``echo`` module.
21
+
- [utils] Removed the unused ``is_classmethod()`` function from the ``echo`` module.
22
+
- [utils] Removed the unused ``ic_method(met()`` function from the ``echo`` module.
23
+
- [utils] Removed the unused ``method_name()`` function from the ``echo`` module.
24
+
- [utils] Removed the unused ``name()`` function from the ``echo`` module.
25
+
- [watchmedo] Fixed Mypy issues.
26
+
- [watchmedo] Added the ``__repr__()`` method to the ``HelpFormatter`` class.
27
+
- [watchmedo] Removed the ``--trace`` CLI argument from the ``watchmedo log`` command, useless since events are logged by default at the ``LoggerTrick`` class level.
28
+
- [windows] Fixed Mypy issues.
29
+
- Thanks to our beloved contributors: @BoboTiG, @g-pichlern, @ethan-vanderheijden, @nhairs
0 commit comments