Added changelog entry for #1267.

This commit is contained in:
Omer Katz 2016-03-26 09:13:25 +03:00
parent 7ad7b08bed
commit 3b1509f307

View File

@ -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
=================