diff --git a/docs/changelog.rst b/docs/changelog.rst index d4b383bc2..a119fd222 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,17 @@ Release History .. towncrier release notes start +v4.16.0 (2024-07-02) +-------------------- + +Bugfixes - 4.16.0 +~~~~~~~~~~~~~~~~~ +- - Add ``windir`` to the default list of Windows ``pass_env`` environment variables. - by :user:`kurtmckee` (:issue:`3302`) + +Improved Documentation - 4.16.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- - Fix typo in configuration example and fix broken link to code style guide. - by :user:`srenfo` (:issue:`3297`) + v4.15.1 (2024-06-05) -------------------- diff --git a/docs/changelog/3297.doc.rst b/docs/changelog/3297.doc.rst deleted file mode 100644 index 56f9de7c9..000000000 --- a/docs/changelog/3297.doc.rst +++ /dev/null @@ -1 +0,0 @@ -- Fix typo in configuration example and fix broken link to code style guide. - by :user:`srenfo` diff --git a/docs/changelog/3302.bugfix.rst b/docs/changelog/3302.bugfix.rst deleted file mode 100644 index 99249b6cc..000000000 --- a/docs/changelog/3302.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -- Add ``windir`` to the default list of Windows ``pass_env`` environment variables. - by :user:`kurtmckee`