Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jan 26, 2024
1 parent 7f16cb6 commit 82dbfd0
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
unreleased
==========
1.12.1 (2024-01-26)
===================

- Add support for Python 3.12.

- Fix a blocking issue when shutting down on Windows.

- Fix a broken socket that sometimes occurs when reloading due to sockets being
closed in an unreliable order.
- Fix a race condition closing pipes when restarting the worker process.
See https://github.com/Pylons/hupper/pull/83

- Fix issues with watchman when the server shuts down unexpectedly and when
Expand All @@ -15,13 +14,7 @@ unreleased
- Add ``hupper.get_reloader().graceful_shutdown()`` which can be used within
your own app to trigger a full shutdown of the worker as well as the
monitoring.


1.12.1 (2023-08-27)
===================

- Fix a race condition closing pipes when restarting the worker process.
See https://github.com/Pylons/hupper/pull/83
See https://github.com/Pylons/hupper/pull/88

1.12 (2023-04-02)
=================
Expand Down

0 comments on commit 82dbfd0

Please sign in to comment.