summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-11-24 11:36:46 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-11-24 11:36:46 -0500
commitde6c530852988f412f7e546a5a60f02b6a2e06e3 (patch)
treec179ac673532af4d037e3718d31b23845d719ff6 /CHANGES.txt
parentc23be8f034d8600191decd7e843ae93619d15298 (diff)
downloadpython-setuptools-git-de6c530852988f412f7e546a5a60f02b6a2e06e3.tar.gz
Update changelog; ref #439.18.6
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 bd05b8bd..c4b456f6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,14 @@ CHANGES
=======
----
+18.6
+----
+
+* Issue #439: When installing entry_point scripts under development,
+ omit the version number of the package, allowing any version of the
+ package to be used.
+
+----
18.5
----