File tree Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ Release History
4
4
5
5
.. towncrier release notes start
6
6
7
+ v4.7.0 (2023-08-08)
8
+ -------------------
9
+
10
+ Features - 4.7.0
11
+ ~~~~~~~~~~~~~~~~
12
+ - Make --hashseed default to PYTHONHASHSEED, if defined - by :user: `paravoid `.
13
+ The main motivation for this is to able to set the hash seed when building the
14
+ documentation with "tox -e docs", and thus avoid embedding a random value in
15
+ the tox documentation for --help. This caused documentation builds to fail to
16
+ build reproducibly. (:issue: `2942 `)
17
+
18
+ Bugfixes - 4.7.0
19
+ ~~~~~~~~~~~~~~~~
20
+ - Update a regular expression in tests to match the exception message in both Python 3.12 and older. (:issue: `3065 `)
21
+
22
+ Improved Documentation - 4.7.0
23
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24
+ - Fix broken links - by :user: `gaborbernat `. (:issue: `3072 `)
25
+
26
+
7
27
v4.6.4 (2023-07-06)
8
28
-------------------
9
29
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments