diff --git a/AUTHORS b/AUTHORS index ce015e68..a00acd15 100644 --- a/AUTHORS +++ b/AUTHORS @@ -134,7 +134,7 @@ that much better: * Paul Swartz * Sundar Raman * Benoit Louy - * lraucy + * Loic Raucy (https://github.com/lraucy) * hellysmile * Jaepil Jeong * Daniil Sharou diff --git a/docs/changelog.rst b/docs/changelog.rst index 406fe82c..c21dc6b8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,8 +4,9 @@ Changelog Changes in 0.8.5 ================ +- Fixed bug with .only() and DictField with digit keys (#496) - Added user_permissions to Django User object (#491, #492) -- Fix setting Geo Location fields (#488) +- Fix updating Geo Location fields (#488) - Fix handling invalid dict field value (#485) - Added app_label to MongoUser (#484) - Use defaults when host and port are passed as None (#483)