From 81870777a94f5adbe4e1a2be8c0e5d32f9f5e6cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lafr=C3=A9choux?= Date: Mon, 24 Oct 2016 11:59:54 +0200 Subject: [PATCH] Update changelog --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b54b5cb6..2d325ed1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Changes in 0.10.7 - DEV ======================= +- Dropped Python 3.2 support #1390 - 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