diff --git a/docs/changelog.rst b/docs/changelog.rst index 6c356218f..a2928b57a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,14 @@ Release History .. towncrier release notes start +v4.0.5 (2022-12-09) +------------------- + +Bugfixes - 4.0.5 +~~~~~~~~~~~~~~~~ +- Normalize extra names passed in (fixes extra groups not being picked up during installation) - by :user:`gaborbernat`. (:issue:`2655`) + + v4.0.4 (2022-12-09) ------------------- diff --git a/docs/changelog/2655.bugfix.rst b/docs/changelog/2655.bugfix.rst deleted file mode 100644 index 88fa3003f..000000000 --- a/docs/changelog/2655.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Normalize extra names passed in (fixes extra groups not being picked up during installation) - by :user:`gaborbernat`.