diff --git a/AUTHORS b/AUTHORS index b0400f4d..a66bf7c0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -227,3 +227,4 @@ that much better: * Breeze.Kay (https://github.com/9nix00) * Vicki Donchenko (https://github.com/kivistein) * Emile Caron (https://github.com/emilecaron) + * Amit Lichtenberg (https://github.com/amitlicht) diff --git a/docs/changelog.rst b/docs/changelog.rst index de47000d..d521c010 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,7 @@ Changelog Changes in 0.10.1 - DEV ======================= - Fix infinite recursion with CASCADE delete rules under specific conditions. #1046 +- Fix CachedReferenceField bug when loading cached docs as DBRef but failing to save them. #1047 Changes in 0.10.0 =================