Skip to content

Commit 82584c9

Browse files
committed
release 4.4.9
1 parent cad2c77 commit 82584c9

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

docs/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.4.9 (2023-04-05)
8+
-------------------
9+
10+
Bugfixes - 4.4.9
11+
~~~~~~~~~~~~~~~~
12+
- Instead of raising ``UnicodeDecodeError`` when command output includes non-utf-8 bytes,
13+
``tox`` will now use ``surrogateescape`` error handling to convert the unrecognized bytes
14+
to escape sequences according to :pep:`383` - by :user:`masenf`. (:issue:`2969`)
15+
16+
Improved Documentation - 4.4.9
17+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18+
- Document running tox within a Docker container. (:issue:`1035`)
19+
- Added python version 3.11 to ``installation.rst``. (:issue:`2964`)
20+
21+
722
v4.4.8 (2023-03-26)
823
-------------------
924

docs/changelog/1035.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2964.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2969.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)