diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-01 19:19:01 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-01 19:19:01 -0500 |
commit | d76ce5c06cb8c290e8f2cc803c85ae97543a3de2 (patch) | |
tree | 92ada787e45eb31b195292588666d19e2edaeb79 | |
parent | 2ad29dcc55be43dfa4bd95e7acd3671be2dcd765 (diff) | |
download | python-setuptools-git-18.5.tar.gz |
Update changelog18.5
-rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6c7239d1..bd05b8bd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,10 @@ CHANGES * In preparation for dropping support for Python 3.2, a warning is now logged when pkg_resources is imported on Python 3.2 or earlier Python 3 versions. +* `Add support for python_platform_implementation environment marker + <https://github.com/jaraco/setuptools/pull/28>`_. +* `Fix dictionary mutation during iteration + <https://github.com/jaraco/setuptools/pull/29>`_. ---- 18.4 |