diff --git a/docs/changelog.rst b/docs/changelog.rst index a3b4eaaa..01471461 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -57,7 +57,7 @@ Changes in 0.7.10 - Added Django sessions TTL support (#224) - Fixed issue with numerical keys in MapField(EmbeddedDocumentField()) (#240) - Fixed clearing _changed_fields for complex nested embedded documents (#237, #239, #242) -- Added "_id" to _data dictionary (#255) +- Added "id" back 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)