summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-11-04 23:13:51 -0800
committerBenjamin Peterson <benjamin@python.org>2019-11-04 23:13:51 -0800
commita64af38804a15e3fbdca7eb898c954bf7b3c7bae (patch)
treeecf24f0165992e17d3545907cc400f8799af32db
parent8f749023fbe365b06aa0e1394074301d2e08fbc9 (diff)
downloadsix-git-a64af38804a15e3fbdca7eb898c954bf7b3c7bae.tar.gz
Add a changelog for the ndbm move.
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3f92b32..ffa7026 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ This file lists the changes in each six version.
1.13.0
------
+- Issue #298, pull request #299: Add `six.moves.dbm_ndbm`.
+
- Issue #155: Add `six.moves.collections_abc`, which aliases the `collections`
module on Python 2-3.2 and the `collections.abc` on Python 3.3 and greater.