Updated AUTHORS and chaneglog.rst

refs MongoEngine/mongoengine#92
This commit is contained in:
Ross Lawley 2012-08-24 09:10:13 +01:00
parent 89c67bf259
commit f09c39b5d7
2 changed files with 2 additions and 0 deletions

View File

@ -119,3 +119,4 @@ that much better:
* Peter Landry * Peter Landry
* biszkoptwielki * biszkoptwielki
* Anton Kolechkin * Anton Kolechkin
* Sergy (nikitinsm)

View File

@ -5,6 +5,7 @@ Changelog
Changes in 0.7.X Changes in 0.7.X
================= =================
- Added custom collection / sequence naming for SequenceFields (MongoEngine/mongoengine#92)
- Fixed UnboundLocalError in composite index with pk field (MongoEngine/mongoengine#88) - Fixed UnboundLocalError in composite index with pk field (MongoEngine/mongoengine#88)
- Updated ReferenceField's to optionally store ObjectId strings - Updated ReferenceField's to optionally store ObjectId strings
this will become the default in 0.8 (MongoEngine/mongoengine#89) this will become the default in 0.8 (MongoEngine/mongoengine#89)