diff --git a/AUTHORS b/AUTHORS index ff580242..fb895d7e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -141,3 +141,4 @@ that much better: * caitifbrito * lcya86 刘春洋 * Martin Alderete (https://github.com/malderete) + * Nick Joyce diff --git a/docs/changelog.rst b/docs/changelog.rst index f289b398..213e6fba 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -46,6 +46,7 @@ Changes in 0.8.X - Fixed Documents deleted via a queryset don't call any signals (#105) - Added the "get_decoded" method to the MongoSession class (#216) - Fixed invalid choices error bubbling (#214) +- Updated Save so it calls $set and $unset in a single operation (#211) Changes in 0.7.9 ================