Update changelog for #1304

This commit is contained in:
xiaost 2016-06-03 01:27:39 +08:00
parent 3469ed7ab9
commit be0aee95f2
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
=================