diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-24 18:51:29 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-24 18:51:29 -0500 |
commit | ea6c487fbfe70032a1dddb0b4501e66420eefeb4 (patch) | |
tree | 75caec24a1ca7b05823e48a8d615ff123c4c9a06 | |
parent | e311cafb5305a445def27fbc79fdc5f098c76728 (diff) | |
download | external_python_setuptools-ea6c487fbfe70032a1dddb0b4501e66420eefeb4.tar.gz external_python_setuptools-ea6c487fbfe70032a1dddb0b4501e66420eefeb4.tar.bz2 external_python_setuptools-ea6c487fbfe70032a1dddb0b4501e66420eefeb4.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c4b456f6..b14e9103 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,14 @@ CHANGES ======= + +------ +18.6.1 +------ + +* Issue #464: Correct regression in invocation of superclass on old-style + class on Python 2. + ---- 18.6 ---- |