summaryrefslogtreecommitdiff
path: root/CHANGES.txt
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 /CHANGES.txt
parentb2847255769f7e40fa757c830020cb2daad7860d (diff)
downloadpython-setuptools-git-c87fd7aa8017f31ccf42ed66bae1f31f1cfef642.tar.gz
Update changelog
Diffstat (limited to 'CHANGES.txt')
-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
----