aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-23 04:28:50 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-23 04:28:50 -0400
commit3c9a71fa4e161500d45b64590274007871303280 (patch)
tree4fd2b0a4c1d6bcc27c69f01ebe17b818704cced3
parent8b693597c1bbe6effb24ba209f1f36fd17ee9e90 (diff)
downloadexternal_python_setuptools-3c9a71fa4e161500d45b64590274007871303280.tar.gz
external_python_setuptools-3c9a71fa4e161500d45b64590274007871303280.tar.bz2
external_python_setuptools-3c9a71fa4e161500d45b64590274007871303280.zip
Update changelog
-rw-r--r--CHANGES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c65bbce3..97f46386 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,16 @@
CHANGES
=======
+v24.3.1
+-------
+
+* #398: Fix shebang handling on Windows in script
+ headers where spaces in ``sys.executable`` would
+ produce an improperly-formatted shebang header,
+ introduced in 12.0 with the fix for #188.
+
+* #663, #670: More style updates.
+
v24.3.0
-------