diff --git a/changelog.rst b/changelog.rst index eceb8870..4dff78e8 100644 --- a/changelog.rst +++ b/changelog.rst @@ -6,14 +6,14 @@ Changelog 0.10.4 ~~~~~~ -2020-xx-xx • `full history `__ +2020-11-21 • `full history `__ -- Add logger parameter for the LoggingEventHandler (`#676 `_) +- Add ``logger`` parameter for the ``LoggingEventHandler`` (`#676 `_) - Replace mutable default arguments with ``if None`` implementation (`#677 `_) - Expand tests to Python 2.7 and 3.5-3.10 for GNU/Linux, macOS and Windows -- [mac] Performance improvements for the `fsevents` module (`#680 `_) +- [mac] Performance improvements for the ``fsevents`` module (`#680 `_) - [mac] Prevent compilation of ``watchdog_fsevents.c`` on non-macOS machines (`#687 `_) -- Handle shutdown events from SIGTERM and SIGINT to `watchmedo` more reliably (`#693 `_) +- [watchmedo] Handle shutdown events from ``SIGTERM`` and ``SIGINT`` more reliably (`#693 `_) - Thanks to our beloved contributors: @Sraw, @CCP-Aporia, @BoboTiG, @maybe-sybr