aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-05-27 18:42:49 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-05-27 18:42:49 -0400
commitc87fd7aa8017f31ccf42ed66bae1f31f1cfef642 (patch)
tree5c3374cbd9f16ba5ccf5eb01aa1f1ac1f632b021
parentb2847255769f7e40fa757c830020cb2daad7860d (diff)
downloadexternal_python_setuptools-c87fd7aa8017f31ccf42ed66bae1f31f1cfef642.tar.gz
external_python_setuptools-c87fd7aa8017f31ccf42ed66bae1f31f1cfef642.tar.bz2
external_python_setuptools-c87fd7aa8017f31ccf42ed66bae1f31f1cfef642.zip
Update changelog
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6d3466a9..4ea74081 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,14 @@ CHANGES
=======
----
+17.0
+----
+
+* Issue #390: Disallow console scripts with path separators in
+ the name. Removes unintended functionality and brings behavior
+ into parity wih pip.
+
+----
16.0
----