summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-31 12:38:57 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-31 12:38:57 -0500
commitf7df5613b53aafe3204da22945b772ce1ffa937c (patch)
treeed4b9c9c37d1f5025e2c5f00b33b1b332b69464b /CHANGES.txt
parent80a28fa8c044ccb74e4ae54544be8c449ebd03e8 (diff)
downloadpython-setuptools-git-f7df5613b53aafe3204da22945b772ce1ffa937c.tar.gz
Officially deprecated EntryPoint.load(require=False).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a09ad310..efbb43f8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,12 @@ CHANGES
=======
----
+next
+----
+
+* Deprecated use of EntryPoint.load(require=False).
+
+----
10.1
----