summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-11-04 20:04:15 -0800
committerBenjamin Peterson <benjamin@python.org>2019-11-04 20:04:15 -0800
commita997033a2b89003a32685806e9c637a1e01ec10e (patch)
tree9149cf3d1baa4c619312f65c6040ee4c610ec143
parent899b9c68aa12dc6cd315b6c37a2759f5a818139f (diff)
downloadsix-git-a997033a2b89003a32685806e9c637a1e01ec10e.tar.gz
Add changelog entries for recent changes.
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 164f0b5..92b6f86 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,14 @@ Changelog for six
This file lists the changes in each six version.
+1.13.0
+------
+
+- Pull request #304: Re-add distutils fallback in `setup.py`.
+
+- Pull request #305: On Python 3.7, `with_metaclass` supports classes using PEP
+ 560 features.
+
1.12.0
------