Updated changelog

This commit is contained in:
Ross Lawley 2012-11-06 16:06:54 +00:00
parent 7d90aa76ff
commit f0f1308465

View File

@ -4,6 +4,7 @@ Changelog
Changes in 0.8
==============
- Added _instance to EmbeddedDocuments pointing to the parent (MongoEngine/mongoengine#139)
- Inheritance is off by default (MongoEngine/mongoengine#122)
- Remove _types and just use _cls for inheritance (MongoEngine/mongoengine#148)