diff --git a/docs/changelog.rst b/docs/changelog.rst index d92140a78..b6ba24f08 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,26 @@ Release History .. towncrier release notes start +v4.7.0 (2023-08-08) +------------------- + +Features - 4.7.0 +~~~~~~~~~~~~~~~~ +- Make --hashseed default to PYTHONHASHSEED, if defined - by :user:`paravoid`. + The main motivation for this is to able to set the hash seed when building the + documentation with "tox -e docs", and thus avoid embedding a random value in + the tox documentation for --help. This caused documentation builds to fail to + build reproducibly. (:issue:`2942`) + +Bugfixes - 4.7.0 +~~~~~~~~~~~~~~~~ +- Update a regular expression in tests to match the exception message in both Python 3.12 and older. (:issue:`3065`) + +Improved Documentation - 4.7.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Fix broken links - by :user:`gaborbernat`. (:issue:`3072`) + + v4.6.4 (2023-07-06) ------------------- diff --git a/docs/changelog/2942.feature.rst b/docs/changelog/2942.feature.rst deleted file mode 100644 index 271ee78ca..000000000 --- a/docs/changelog/2942.feature.rst +++ /dev/null @@ -1,5 +0,0 @@ -Make --hashseed default to PYTHONHASHSEED, if defined - by :user:`paravoid`. -The main motivation for this is to able to set the hash seed when building the -documentation with "tox -e docs", and thus avoid embedding a random value in -the tox documentation for --help. This caused documentation builds to fail to -build reproducibly. diff --git a/docs/changelog/3065.bugfix.rst b/docs/changelog/3065.bugfix.rst deleted file mode 100644 index 774b33b24..000000000 --- a/docs/changelog/3065.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Update a regular expression in tests to match the exception message in both Python 3.12 and older. diff --git a/docs/changelog/3072.doc.rst b/docs/changelog/3072.doc.rst deleted file mode 100644 index 955ab5679..000000000 --- a/docs/changelog/3072.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Fix broken links - by :user:`gaborbernat`.