Fixed clearing _changed_fields for complex nested embedded documents (#237, #239, #242)

This commit is contained in:
Ross Lawley 2013-04-16 20:12:01 +00:00
parent f970d5878a
commit a525764359
2 changed files with 3 additions and 1 deletions

View File

@ -133,4 +133,5 @@ that much better:
* bool-dev
* Russ Weeks
* Paul Swartz
* Sundar Raman
* Sundar Raman
* Benoit Louy

View File

@ -4,6 +4,7 @@ Changelog
Changes in 0.7.10
=================
- Fixed clearing _changed_fields for complex nested embedded documents (#237, #239, #242)
- Added "_id" to _data dictionary (#255)
- Only mark a field as changed if the value has changed (#258)
- Explicitly check for Document instances when dereferencing (#261)