From 31793520bf4c4ea6fdb420ae98a8e5f49de39d5f Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Wed, 11 Jul 2012 16:38:15 +0100 Subject: [PATCH] Updated changelog / AUTHORS refs hmarr/mongoengine#529 --- AUTHORS | 3 ++- docs/changelog.rst | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 273914e3..f774d22e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -112,4 +112,5 @@ that much better: * Tristan Escalada * Alexander Koshelev * Jaime Irurzun - * Alexandre González \ No newline at end of file + * Alexandre González + * Thomas Steinacher \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index 0c5a6eca..545ce76d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Changes in 0.6.14 ================= +- Fixed error dict with nested validation - Fixed Int/Float fields and not equals None - Exclude tests from installation - Allow tuples for index meta