aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-04-05 13:23:32 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-04-05 13:23:32 -0400
commit7a80e29b31f255a3fff5147e50d0135271b7c101 (patch)
treed9c7dd5b1bfef864b3d5546d2c72a492c3681d4e /CHANGES.rst
parent4edd0d57228da37795f9600ec06363d0a24cada8 (diff)
downloadexternal_python_setuptools-7a80e29b31f255a3fff5147e50d0135271b7c101.tar.gz
external_python_setuptools-7a80e29b31f255a3fff5147e50d0135271b7c101.tar.bz2
external_python_setuptools-7a80e29b31f255a3fff5147e50d0135271b7c101.zip
Bump version: 40.9.0 → 41.0.0v41.0.0
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 2a8d432a..8785d3d2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v41.0.0
+-------
+
+* #1735: When parsing setup.cfg files, setuptools now requires the files to be encoded as UTF-8. Any other encoding will lead to a UnicodeDecodeError. This change removes support for specifying an encoding using a 'coding: ' directive in the header of the file, a feature that was introduces in 40.7. Given the recent release of the aforementioned feature, it is assumed that few if any projects are utilizing the feature to specify an encoding other than UTF-8.
+
+
v40.9.0
-------