Skip to content

Commit a6c04f4

Browse files
committed
Finalize the v0.18.0 changelog [ci skip]
1 parent 15b6c15 commit a6c04f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44

55
Development
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

2932
Changes in 0.17.0
3033
=================

0 commit comments

Comments
 (0)