summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpgjones <philip.graham.jones@googlemail.com>2023-04-09 16:13:35 +0100
committerPhil Jones <philip.graham.jones@googlemail.com>2023-04-09 16:19:18 +0100
commitc5124c90eeb51cf54c9788f3deae8f17ebef71e2 (patch)
tree85f8adcbf71c7e3918dc4b57cf56705d747eb734
parent06a1db66db7e1a89a0beafb10106bac4b72b02d9 (diff)
downloadblinker-c5124c90eeb51cf54c9788f3deae8f17ebef71e2.tar.gz
Add recent changes to changelog
-rw-r--r--CHANGES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d0e6572..acf469f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,13 @@
+Version 1.6.1
+-------------
+
+Released 2023-04-09
+
+- Ensure that py.typed is present in the distributions (to enable other
+ projects to use blinker's typing).
+- Require typing-extensions > 4.2 to ensure it includes
+ ParamSpec. :issue:`90`
+
Version 1.6
-----------