diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-05-27 18:42:49 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-05-27 18:42:49 -0400 |
| commit | c87fd7aa8017f31ccf42ed66bae1f31f1cfef642 (patch) | |
| tree | 5c3374cbd9f16ba5ccf5eb01aa1f1ac1f632b021 /CHANGES.txt | |
| parent | b2847255769f7e40fa757c830020cb2daad7860d (diff) | |
| download | python-setuptools-git-c87fd7aa8017f31ccf42ed66bae1f31f1cfef642.tar.gz | |
Update changelog
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
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 ---- |
