From 483c840fc8247c2c52dec44eb9f73486a70c3fff Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Tue, 2 Jul 2019 18:29:28 +0200 Subject: [PATCH] One more changelog tweak [ci skip] --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4dcb7298..052364a9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -45,7 +45,7 @@ Changes in 0.18.0 - Calling `connect` 2 times with the same alias and different parameter will raise an error (should call `disconnect` first). - `disconnect` now clears `mongoengine.connection._connection_settings`. - `disconnect` now clears the cached attribute `Document._collection`. -- BREAKING CHANGE: `EmbeddedDocument.save` & `.reload` is no longer exist. #1552 +- BREAKING CHANGE: `EmbeddedDocument.save` & `.reload` no longer exist. #1552 Changes in 0.17.0 =================