Skip to content

Commit e8aa5d8

Browse files
authored
Merge pull request #203 from pytest-dev/release-2.0.0
Release 2.0.0
2 parents 54d192a + f746bb7 commit e8aa5d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.0.0 (unreleased)
1+
2.0.0 (2023-07-06)
22
------------------
33

44
* Removed support for Python < 3.7.
@@ -10,6 +10,7 @@
1010
* Dropped deprecated APIs of old makegateway names.
1111
* Removed ``py`` testing dependency.
1212
* Explicitly pass ``encoding`` when opening files in the gateway to get rid of warnings when using ``PYTHONWARNDEFAULTENCODING=1`` (#195).
13+
* Fixed error when loading source code files from a path containing non-ascii characters.
1314

1415

1516
1.9.0 (2021-06-13)

0 commit comments

Comments
 (0)