diff --git a/AUTHORS b/AUTHORS index 6ba2f88d..5801981a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -124,3 +124,4 @@ that much better: * Stefan Wójcik * dimonb * Garry Polley + * James Slagle diff --git a/docs/changelog.rst b/docs/changelog.rst index 756b1cd6..a56f33ac 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Changes in 0.8 ============== +- Fixed db_alias and inherited Documents (MongoEngine/mongoengine#143) - Documentation update for document errors (MongoEngine/mongoengine#124) - Deprecated `get_or_create` (MongoEngine/mongoengine#35) - Updated inheritable objects created by upsert now contain _cls (MongoEngine/mongoengine#118)