diff --git a/docs/changelog.rst b/docs/changelog.rst index b839496..9deb693 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Changes in 0.7.X ================= +- Improved queryset filtering (hmarr/mongoengine#554) - Fixed Dynamic Documents and Embedded Documents (hmarr/mongoengine#561) - Fixed abstract classes and shard keys (MongoEngine/mongoengine#64) - Fixed Python 2.5 support