Add info in CHANGELOG

This commit is contained in:
Stanivlav Kaledin 2016-11-17 19:05:46 +03:00
parent ac90d6ae5c
commit 23d06b79a6
2 changed files with 2 additions and 0 deletions

View File

@ -241,3 +241,4 @@ that much better:
* Shu Shen (https://github.com/shushen)
* xiaost7 (https://github.com/xiaost7)
* Victor Varvaryuk
* Stanislav Kaledin (https://github.com/sallyruthstruik)

View File

@ -18,6 +18,7 @@ Changes in 0.10.7 - DEV
- Fixed no_cursor_timeout error with pymongo 3.0+ #1304
- Replaced map-reduce based QuerySet.sum/average with aggregation-based implementations #1336
- Fixed support for `__` to escape field names that match operators names in `update` #1351
- Add support for pickling QuerySet instances. #1397
Changes in 0.10.6
=================