Update changelog & authors - #801

This commit is contained in:
David Bordeynik 2014-11-13 20:47:31 +02:00
parent 5b154a0da4
commit 03c2967337
2 changed files with 4 additions and 2 deletions

View File

@ -208,8 +208,9 @@ that much better:
* Norberto Leite (https://github.com/nleite) * Norberto Leite (https://github.com/nleite)
* Bob Cribbs (https://github.com/bocribbz) * Bob Cribbs (https://github.com/bocribbz)
* Jay Shirley (https://github.com/jshirley) * Jay Shirley (https://github.com/jshirley)
* DavidBord (https://github.com/DavidBord) * David Bordeynik (https://github.com/DavidBord)
* Axel Haustant (https://github.com/noirbizarre) * Axel Haustant (https://github.com/noirbizarre)
* David Czarnecki (https://github.com/czarneckid) * David Czarnecki (https://github.com/czarneckid)
* Vyacheslav Murashkin (https://github.com/a4tunado) * Vyacheslav Murashkin (https://github.com/a4tunado)
* André Ericson (https://github.com/aericson) * André Ericson https://github.com/aericson)
* Mikhail Moshnogorsky (https://github.com/mikhailmoshnogorsky)

View File

@ -5,6 +5,7 @@ Changelog
Changes in 0.9.X - DEV Changes in 0.9.X - DEV
====================== ======================
- write_concern not in params of Collection#remove #801
- Better BaseDocument equality check when not saved #798 - 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 - 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 - with_limit_and_skip for count should default like in pymongo #759