summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-10-12 22:33:14 +0200
committerJason R. Coombs <jaraco@jaraco.com>2017-10-12 22:33:14 +0200
commit4995726bbdc92ab1f4235dfc8b9ee08c9f365d3e (patch)
tree1a7f6cd705e87033e9fc0ca9c64bf23ece6b39d6
parent4ee5c6510006d384f9ddd444824367ccaf67f0c9 (diff)
downloadpython-setuptools-git-4995726bbdc92ab1f4235dfc8b9ee08c9f365d3e.tar.gz
Update changelog. Ref #1132.
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3dbda9dc..6b84c03f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v36.6.1
+-------
+
+* #1132: Removed redundant and costly serialization/parsing step
+ in ``EntryPoint.__init__``.
+
v36.6.0
-------