diff --git a/docs/changelog.rst b/docs/changelog.rst index a3531f88c..f6f8949d4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,18 @@ Release History .. towncrier release notes start +v4.0.0rc1 (2022-11-29) +---------------------- + +Features - 4.0.0rc1 +~~~~~~~~~~~~~~~~~~~ +- Add support for generative section headers - by :user:`gaborbernat`. (:issue:`2362`) + +Bugfixes - 4.0.0rc1 +~~~~~~~~~~~~~~~~~~~ +- Allow installing relative paths that go outside tox root folder. - by :user:`ssbarnea`. (:issue:`2366`) + + v4.0.0b3 (2022-11-27) --------------------- diff --git a/docs/changelog/2362.feature.rst b/docs/changelog/2362.feature.rst deleted file mode 100644 index 2f101e5bd..000000000 --- a/docs/changelog/2362.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add support for generative section headers - by :user:`gaborbernat`. diff --git a/docs/changelog/2366.bugfix.rst b/docs/changelog/2366.bugfix.rst deleted file mode 100644 index dd75df8ed..000000000 --- a/docs/changelog/2366.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Allow installing relative paths that go outside tox root folder. - by :user:`ssbarnea`.