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 | 5bbe4597ec1bf9b61d8af96c7d8c2b7da3dd688c (patch) | |
| tree | de26858f5cf3237b7640d196963285af0cf28e0c | |
| parent | 92db16d3d8ffaea2877c893def585604ee735371 (diff) | |
| download | python-setuptools-bitbucket-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 |
