summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorpgjones <philip.graham.jones@googlemail.com>2023-02-26 11:31:44 +0000
committerPhil Jones <philip.graham.jones@googlemail.com>2023-04-02 14:58:03 +0100
commit7294e0f95e91bb3a333b76f28597fbd919ae095c (patch)
tree60f3adbe35a9210dcd784abb2fd88c739fc61c57 /CHANGES.rst
parentfae6164cda6c5e9af89895a22f700402fa4b5ec5 (diff)
downloadblinker-7294e0f95e91bb3a333b76f28597fbd919ae095c.tar.gz
Add recent changes to changelog
This requires supporting sphinx-issues to match the Pallets practice of adding the pr/issue number in the changelog.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d278ca0..d0e6572 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,17 @@
+Version 1.6
+-----------
+
+Released 2023-04-02
+
+- Add a muted context manager to temporarily turn off a
+ signal. :pr:`84`
+- Allow int senders (alongside existing string senders). :pr:`83`
+- Add a send_async method to the Signal to allow signals to send to
+ coroutine receivers. :pr:`76`
+- Update and modernise the project structure to match that used by the
+ pallets projects. :pr:`77`
+- Add an intial set of type hints for the project.
+
Version 1.5
-----------