diff --git a/docs/changelog.rst b/docs/changelog.rst index 8337c757..a5b0dd2f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Changes in 0.10.7 - DEV ======================= +- Fixed the bug where dynamic doc has index inside a dict field #1278 - Fixed not being able to specify `use_db_field=False` on `ListField(EmbeddedDocumentField)` instances - Fixed cascade delete mixing among collections #1224 - Add `signal_kwargs` argument to `Document.save`, `Document.delete` and `BaseQuerySet.insert` to be passed to signals calls #1206