From 27b375060d28d9ca5a85ff20c3e871b6626b181f Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Wed, 11 Jul 2012 14:25:38 +0100 Subject: [PATCH] Updated changelog / AUTHORS refs MongoEngine/mongoengine#32 --- AUTHORS | 3 ++- docs/changelog.rst | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 90dadcf1..af9c8370 100644 --- a/AUTHORS +++ b/AUTHORS @@ -109,4 +109,5 @@ that much better: * Meir Kriheli * Andrey Fedoseev * aparajita - * Tristan Escalada \ No newline at end of file + * Tristan Escalada + * Jaime Irurzun \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index 9c91f13c..6bb741e1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Changes in 0.6.14 ================= +- Fixed unicode support in transform update - Added support for add_to_set and each Changes in 0.6.13