summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-03-20 10:38:26 -0500
committerBenjamin Peterson <benjamin@python.org>2015-03-20 10:38:26 -0500
commit3d3d9cd472811b23403fc1294347cc2d208234d2 (patch)
tree7ef5dc7690518b7a72567714b71430067d1b47dc
parent6bb29bd8e4a48d00f2a5484f14a10da2be8defc2 (diff)
downloadsix-3d3d9cd472811b23403fc1294347cc2d208234d2.tar.gz
changelog for issue #99
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1aba42b..259bb29 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ This file lists the changes in each six version.
Development version
-------------------
+- Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves`
+ on non-Windows platforms.
+
- Pull request #60 and issue #108: Add `six.moves.getcwd` and
`six.moves.getcwdu`.