From 5fb0f46e3f110a0725a73bae979d74d76c24e17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Sat, 1 Jun 2019 11:14:01 +0200 Subject: [PATCH] fix changelog (py37 not yet in travis) --- docs/changelog.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index dbc64e7d..87729df3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,10 +4,9 @@ Changelog Development =========== -- Add support for MongoDB 3.6 and Python3.7 in travis +- Add support for MongoDB 3.6 in travis - BREAKING CHANGE: Changed the custom field validator (i.e `validation` parameter of Field) so that it now requires: the callable to raise a ValidationError (i.o return True/False). -- Prevent an expensive call to to_mongo in Document.save() to improve performance #? - Improve perf of .save by avoiding a call to to_mongo in Document.save() #2049 - Fix querying on List(EmbeddedDocument) subclasses fields #1961 #1492 - Fix querying on (Generic)EmbeddedDocument subclasses fields #475