diff --git a/docs/changelog.rst b/docs/changelog.rst index 6e2679791..c013ef5ef 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,19 @@ Release History .. towncrier release notes start +v4.13.0 (2024-02-16) +-------------------- + +Features - 4.13.0 +~~~~~~~~~~~~~~~~~ +- Extract virtual environment packaging code to its own base class not tied to ``virtualenv`` - by :user:`gaborbernat`. (:issue:`3200`) + +Improved Documentation - 4.13.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Documented usage of ``pytest`` with ``tox run-parallel`` - by :user:`faph`. (:issue:`3187`) +- Configuration: state in config directive sections their ini file sections - by :user:`0cjs`. (:issue:`3194`) +- Development: summarize important points experienced developers need to know - by :user:`0cjs`. (:issue:`3197`) + v4.12.1 (2024-01-16) -------------------- diff --git a/docs/changelog/3187.doc.rst b/docs/changelog/3187.doc.rst deleted file mode 100644 index cbbb6a086..000000000 --- a/docs/changelog/3187.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Documented usage of ``pytest`` with ``tox run-parallel`` - by :user:`faph`. diff --git a/docs/changelog/3194.doc.rst b/docs/changelog/3194.doc.rst deleted file mode 100644 index 7712bf5ea..000000000 --- a/docs/changelog/3194.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Configuration: state in config directive sections their ini file sections - by :user:`0cjs`. diff --git a/docs/changelog/3197.doc.rst b/docs/changelog/3197.doc.rst deleted file mode 100644 index 7697a37ed..000000000 --- a/docs/changelog/3197.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Development: summarize important points experienced developers need to know - by :user:`0cjs`. diff --git a/docs/changelog/3200.feature.rst b/docs/changelog/3200.feature.rst deleted file mode 100644 index dbd39da38..000000000 --- a/docs/changelog/3200.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Extract virtual environment packaging code to its own base class not tied to ``virtualenv`` - by :user:`gaborbernat`.