We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54d192a + f746bb7 commit e8aa5d8Copy full SHA for e8aa5d8
CHANGELOG.rst
@@ -1,4 +1,4 @@
1
-2.0.0 (unreleased)
+2.0.0 (2023-07-06)
2
------------------
3
4
* Removed support for Python < 3.7.
@@ -10,6 +10,7 @@
10
* Dropped deprecated APIs of old makegateway names.
11
* Removed ``py`` testing dependency.
12
* 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.
14
15
16
1.9.0 (2021-06-13)
0 commit comments