diff --git a/docs/changelog.rst b/docs/changelog.rst index 363bdbfb..7682598b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,12 +2,15 @@ Changelog ========= +Changes in 0.10.7 - DEV +======================= +- Fixed not being able to specify `use_db_field=False` on `ListField(EmbeddedDocumentField)` instances + Changes in 0.10.6 ================= - Add support for mocking MongoEngine based on mongomock. #1151 - Fixed not being able to run tests on Windows. #1153 - Allow creation of sparse compound indexes. #1114 -- Fixed not being able to specify `use_db_field=False` on `ListField(EmbeddedDocumentField)` instances Changes in 0.10.5 =================