File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Changelog
44
55Development
66===========
7+ - (Fill this out as you fix issues and develop your features).
8+
9+ Changes in 0.18.0
10+ =================
711- Drop support for EOL'd MongoDB v2.6, v3.0, and v3.2.
812- MongoEngine now requires PyMongo >= v3.4. Travis CI now tests against MongoDB v3.4 – v3.6 and PyMongo v3.4 – v3.6 (#2017 #2066).
913- Improve performance by avoiding a call to `to_mongo ` in `Document.save() ` #2049
@@ -24,7 +28,6 @@ Development
2428 - `disconnect ` now clears `mongoengine.connection._connection_settings `.
2529 - `disconnect ` now clears the cached attribute `Document._collection `.
2630- BREAKING CHANGE: `EmbeddedDocument.save ` & `.reload ` is no longier exist #1552
27- - (Fill this out as you fix issues and develop your features).
2831
2932Changes in 0.17.0
3033=================
You can’t perform that action at this time.
0 commit comments