Fixed cascading saves which weren't turned off as planned (#291)

This commit is contained in:
Ross Lawley
2013-06-06 21:04:54 +00:00
parent d935b5764a
commit 7451244cd2
4 changed files with 22 additions and 41 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.8.2
================
- Fixed cascading saves which weren't turned off as planned (#291)
- Fixed Datastructures so instances are a Document or EmbeddedDocument (#363)
- Improved cascading saves write performance (#361)
- Fixed amibiguity and differing behaviour regarding field defaults (#349)