diff --git a/AUTHORS b/AUTHORS index aa223ed1..1c72b31a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -133,4 +133,5 @@ that much better: * bool-dev * Russ Weeks * Paul Swartz - * Sundar Raman \ No newline at end of file + * Sundar Raman + * Benoit Louy \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index 90d4d66a..99aa49aa 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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)