diff --git a/docs/changelog.rst b/docs/changelog.rst index 9512ddde2..e315a3d96 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,19 @@ Release History .. towncrier release notes start +v4.6.0 (2023-06-05) +------------------- + +Features - 4.6.0 +~~~~~~~~~~~~~~~~ +- Addded ``--list-dependencies`` and ``--no-list-dependencies`` CLI parameters. + If unspecified, defaults to listing when in CI, but not otherwise. (:issue:`3024`) + +Misc - 4.6.0 +~~~~~~~~~~~~ +- :issue:`3020` + + v4.5.1 (2023-05-25) ------------------- diff --git a/docs/changelog/3020.misc.rst b/docs/changelog/3020.misc.rst deleted file mode 100644 index 517125554..000000000 --- a/docs/changelog/3020.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Remove unnecessary usage of ``Future`` from ``tox.config.api.Loader.load()``. diff --git a/docs/changelog/3024.feature.rst b/docs/changelog/3024.feature.rst deleted file mode 100644 index d63fa00da..000000000 --- a/docs/changelog/3024.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Addded ``--list-dependencies`` and ``--no-list-dependencies`` CLI parameters. -If unspecified, defaults to listing when in CI, but not otherwise.