diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-12 22:33:14 +0200 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-12 22:33:14 +0200 |
| commit | 4995726bbdc92ab1f4235dfc8b9ee08c9f365d3e (patch) | |
| tree | 1a7f6cd705e87033e9fc0ca9c64bf23ece6b39d6 | |
| parent | 4ee5c6510006d384f9ddd444824367ccaf67f0c9 (diff) | |
| download | python-setuptools-git-4995726bbdc92ab1f4235dfc8b9ee08c9f365d3e.tar.gz | |
Update changelog. Ref #1132.
| -rw-r--r-- | CHANGES.rst | 6 |
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 ------- |
