diff --git a/AUTHORS b/AUTHORS index 991b10ac..aa223ed1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -132,4 +132,5 @@ that much better: * Yohan Graterol * bool-dev * Russ Weeks - * Paul Swartz \ No newline at end of file + * Paul Swartz + * Sundar Raman \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index 45b2e09a..90d4d66a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Changes in 0.7.10 ================= +- 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) - Fixed order_by chaining issue (#265)