From 3b1509f30723f80cb8badedc863c4df47179473a Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Sat, 26 Mar 2016 09:13:25 +0300 Subject: [PATCH] Added changelog entry for #1267. --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index c34094a7..90de9556 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,7 @@ Changes in 0.10.7 - DEV - Raise `OperationError` when trying to do a `drop_collection` on document with no collection set. - count on ListField of EmbeddedDocumentField fails. #1187 - Fixed long fields stored as int32 in Python 3. #1253 +- MapField now handles unicodes keys correctly. #1267 Changes in 0.10.6 =================