Merge pull request #1307 from xiaost/update-for-1304

Update changelog for #1304
This commit is contained in:
Jérôme Lafréchoux 2016-06-02 20:38:25 +02:00
commit 9d7eba5f70
2 changed files with 2 additions and 0 deletions

View File

@ -238,3 +238,4 @@ that much better:
* Gilb's Gilb's (https://github.com/gilbsgilbs)
* Joshua Nedrud (https://github.com/Neurostack)
* Shu Shen (https://github.com/shushen)
* xiaost7 (https://github.com/xiaost7)

View File

@ -13,6 +13,7 @@ Changes in 0.10.7 - DEV
- MapField now handles unicodes keys correctly. #1267
- ListField now handles negative indicies correctly. #1270
- Fixed AttributeError when initializing EmbeddedDocument with positional args. #681
- Fixed no_cursor_timeout error with pymongo 3.0+ #1304
Changes in 0.10.6
=================