summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-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
-----