diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-07 22:06:55 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-07 22:06:55 -0500 |
| commit | bd83591f366938374961d42757d04b25b08004a9 (patch) | |
| tree | 7731612885d840e82c90f272d2e6737871ffde2d | |
| parent | 646d7585da63b3fe5b4b2d5bf057b3795ac21241 (diff) | |
| download | python-setuptools-git-bd83591f366938374961d42757d04b25b08004a9.tar.gz | |
Update changelog
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 1ead9360..4214aca5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,14 @@ CHANGES ======= --- +2.3 +--- + +* Pull Request #28: Remove backport of ``_bytecode_filenames`` which is + available in Python 2.6 and later, but also has better compatibility with + Python 3 environments. + +--- 2.2 --- |
