diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-23 21:26:06 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-23 21:26:06 -0500 |
commit | 5505c6a063f59d0025103a392be1efd067dc1781 (patch) | |
tree | 70f46e0669dc89be798404da6c0ab55f119a53f8 | |
parent | 619367262942fcc478d4a8c7c9449da346605ac0 (diff) | |
download | external_python_setuptools-5505c6a063f59d0025103a392be1efd067dc1781.tar.gz external_python_setuptools-5505c6a063f59d0025103a392be1efd067dc1781.tar.bz2 external_python_setuptools-5505c6a063f59d0025103a392be1efd067dc1781.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8177e5bf..0fbfc26d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,12 +2,14 @@ CHANGES ======= -19.4.2 ------- +19.5 +---- * Issue #486: Correct TypeError when getfilesystemencoding returns None. * Issue #139: Clarified the license as MIT. +* Pull Request #169: Removed special handling of command + spec in scripts for Jython. 19.4.1 ------ |