diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-06-01 09:00:23 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-06-01 09:00:23 -0400 |
commit | b00739278d9a82bfc032a523595662a7aac09fa7 (patch) | |
tree | 585040915c9b95248ef04603587be3de16939797 | |
parent | fa38086b6e4ccc2914a70cc635c0351a96c64647 (diff) | |
download | external_python_setuptools-b00739278d9a82bfc032a523595662a7aac09fa7.tar.gz external_python_setuptools-b00739278d9a82bfc032a523595662a7aac09fa7.tar.bz2 external_python_setuptools-b00739278d9a82bfc032a523595662a7aac09fa7.zip |
Update changelog. Ref #1043.
-rw-r--r-- | CHANGES.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index bc13fd8c..b2d1ed9a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +v36.0.1 +------- + +* #1042: Fix import in py27compat module that still + referenced six directly, rather than through the externs + module (vendored packages hook). + v36.0.0 ------- |