From a81d6d124b7f6f3dc17794fae32fe0f3959158b6 Mon Sep 17 00:00:00 2001 From: RussellLuo Date: Sun, 6 Dec 2015 11:11:46 +0800 Subject: [PATCH] Update AUTHORS and add changelog entry for #1151 --- AUTHORS | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 66e181c9..b087f41c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -233,3 +233,4 @@ that much better: * Ashley Whetter (https://github.com/AWhetter) * Paul-Armand Verhaegen (https://github.com/paularmand) * Steven Rossiter (https://github.com/BeardedSteve) + * Luo Peng (https://github.com/RussellLuo) diff --git a/docs/changelog.rst b/docs/changelog.rst index c354be18..13b14a0f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,7 @@ Changelog Changes in 0.10.5 ================= - Fix for reloading of strict with special fields. #1156 +- Add support for mocking MongoEngine based on mongomock. #1151 Changes in 0.10.4 =================