diff --git a/AUTHORS b/AUTHORS index a689ec6e..370f082c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -136,4 +136,5 @@ that much better: * Sundar Raman * Benoit Louy * lraucy - * hellysmile \ No newline at end of file + * hellysmile + * Jaepil Jeong \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index df15855c..8ff95b56 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Changes in 0.7.10 ================= +- Added 64-bit integer support (#251) - 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)