summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-02-07 22:06:55 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-02-07 22:06:55 -0500
commitbd83591f366938374961d42757d04b25b08004a9 (patch)
tree7731612885d840e82c90f272d2e6737871ffde2d /CHANGES.txt
parent646d7585da63b3fe5b4b2d5bf057b3795ac21241 (diff)
downloadpython-setuptools-git-bd83591f366938374961d42757d04b25b08004a9.tar.gz
Update changelog
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
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
---