From d36708933c5cb3fb6a747dead7c0d6ecb7003c1c Mon Sep 17 00:00:00 2001 From: Matthieu Rigal Date: Thu, 7 May 2015 11:03:44 +0200 Subject: [PATCH] author and changelog --- AUTHORS | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 6745e14b..f424dbc2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -221,3 +221,4 @@ that much better: * Eremeev Danil (https://github.com/elephanter) * Catstyle Lee (https://github.com/Catstyle) * Kiryl Yermakou (https://github.com/rma4ok) + * Matthieu Rigal (https://github.com/MRigal) diff --git a/docs/changelog.rst b/docs/changelog.rst index 53676562..19d30698 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -17,6 +17,7 @@ Changes in 0.9.X - DEV - Don't send a "cls" option to ensureIndex (related to https://jira.mongodb.org/browse/SERVER-769) - Fix for updating sorting in SortedListField. #978 - Added __ support to escape field name in fields lookup keywords that match operators names #949 +- Support for PyMongo 3+ #946 Changes in 0.9.0 ================