update the changelog

This commit is contained in:
Stefan Wojcik 2016-07-11 10:45:40 -07:00
parent 3fa9e70383
commit 6148a608fb

View File

@ -15,6 +15,7 @@ Changes in 0.10.7 - DEV
- 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
- Replaced map-reduce based QuerySet.sum/average with aggregation-based implementations #1336
Changes in 0.10.6
=================