diff --git a/AUTHORS b/AUTHORS index 34f3d63f..6079ff43 100644 --- a/AUTHORS +++ b/AUTHORS @@ -208,8 +208,9 @@ that much better: * Norberto Leite (https://github.com/nleite) * Bob Cribbs (https://github.com/bocribbz) * Jay Shirley (https://github.com/jshirley) - * DavidBord (https://github.com/DavidBord) + * David Bordeynik (https://github.com/DavidBord) * Axel Haustant (https://github.com/noirbizarre) * David Czarnecki (https://github.com/czarneckid) * Vyacheslav Murashkin (https://github.com/a4tunado) - * André Ericson (https://github.com/aericson) + * André Ericson https://github.com/aericson) + * Mikhail Moshnogorsky (https://github.com/mikhailmoshnogorsky) diff --git a/docs/changelog.rst b/docs/changelog.rst index eb8ccc34..153bf42f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,7 @@ Changelog Changes in 0.9.X - DEV ====================== +- write_concern not in params of Collection#remove #801 - Better BaseDocument equality check when not saved #798 - OperationError: Shard Keys are immutable. Tried to update id even though the document is not yet saved #771 - with_limit_and_skip for count should default like in pymongo #759