summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2020-01-07 18:15:09 -0800
committerBenjamin Peterson <benjamin@python.org>2020-01-07 18:15:09 -0800
commitf4ccdb25560f509407065c5f21b247b94b9a0274 (patch)
tree4515cc18230f9420c619f6ddc861899ec3b97766
parentac4bdc52093f030ae9f69eafb5dc684ef3aa06aa (diff)
downloadsix-git-f4ccdb25560f509407065c5f21b247b94b9a0274.tar.gz
Change log for dropping 2.7 and 3.2 support.
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 364f315..797169f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ This file lists the changes in each six version.
Development version
-------------------
+- Issue #308, pull request #314: Remove support for Python 2.6 and Python 3.2.
+
- Issue #250, issue #165, pull request #251: `six.wraps` now ignores missing
attributes. This follows the Python 3.2+ standard library behavior.