summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-10-12 14:19:22 -0400
committerBenjamin Peterson <benjamin@python.org>2014-10-12 14:19:22 -0400
commit1dcc9c7b25e50647aed75d1e3ef55a410ac298a6 (patch)
treed7c728f4e7f765b320c5bb43d288ff86858044dd
parent11d35fd4c7e7fb477557d262e327c81f344ec00d (diff)
downloadsix-1dcc9c7b25e50647aed75d1e3ef55a410ac298a6.tar.gz
update changelog
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ed97053..02a20f0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,14 @@ Changelog for six
This file lists the changes in each six version.
+Development version
+-------------------
+
+- Issue #98: Fix `six.moves` race condition in multi-threaded code.
+
+- Pull request #51: Add `six.view(keys|values|itmes)`, which provide dictionary
+ views on Python 2.7+.
+
1.8.0
-----