From 1a51126af2f1ad365f109f1217a90297b99120a6 Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> Date: Fri, 27 Jan 2023 07:57:12 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df98b14..84b26f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.21.9 + +- Fixed crash when documenting ParamSpecArgs + ## 1.21.7 - Fixed a bug where if a class has an attribute and a constructor argument with the same name, the constructor argument @@ -7,8 +11,6 @@ - Fixed napoleon handling of numpy docstrings with no specified return type. -- Fixed crash when documenting ParamSpecArgs - ## 1.21.6 - Fix a `Field list ends without a blank line` warning (issue 305).