From c5124c90eeb51cf54c9788f3deae8f17ebef71e2 Mon Sep 17 00:00:00 2001 From: pgjones Date: Sun, 9 Apr 2023 16:13:35 +0100 Subject: Add recent changes to changelog --- CHANGES.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES.rst') 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 ----------- -- cgit v1.2.1