diff --git a/docs/changelog.rst b/docs/changelog.rst index 6a3844613..70c4816d8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,15 @@ Release History .. towncrier release notes start +v4.2.3 (2023-01-04) +------------------- + +Bugfixes - 4.2.3 +~~~~~~~~~~~~~~~~ +- ``devenv`` does not respect the specified path when the package is a wheel file - by :user:`gaborbernat`. (:issue:`2815`) +- Require space after colon before factor filter expansion, unless it is the last character of the line - by :user:`pdecat`. (:issue:`2822`) + + v4.2.2 (2023-01-04) ------------------- diff --git a/docs/changelog/2815.bugfix.rst b/docs/changelog/2815.bugfix.rst deleted file mode 100644 index 2188b01e3..000000000 --- a/docs/changelog/2815.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -``devenv`` does not respect the specified path when the package is a wheel file - by :user:`gaborbernat`. diff --git a/docs/changelog/2822.bugfix.rst b/docs/changelog/2822.bugfix.rst deleted file mode 100644 index 3c0dc9d8e..000000000 --- a/docs/changelog/2822.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Require space after colon before factor filter expansion, unless it is the last character of the line - by :user:`pdecat`.