From bd41c6eea4c2fc5cbdbc61b88b4cb2c78fa0d2e5 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Mon, 18 Jun 2012 21:04:41 +0100 Subject: [PATCH] Updated changelog & AUTHORS refs hmarr/mongoengine#517 --- AUTHORS | 3 ++- docs/changelog.rst | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 2a91373a..ed4ed472 100644 --- a/AUTHORS +++ b/AUTHORS @@ -104,4 +104,5 @@ that much better: * swashbuckler * Adam Reeve * Anthony Nemitz - * deignacio \ No newline at end of file + * deignacio + * shaunduncan \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index 7315ccdc..75fc39a1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Changes in 0.6.X ================ +- Fixed CASCADE delete bug - Fixed db_field data load error - Fixed recursive save with FileField