Added to changelog

This commit is contained in:
Matthieu Rigal 2015-06-21 01:39:10 +02:00
parent 49c0c9f44c
commit 45dc379d9a

View File

@ -28,6 +28,7 @@ Changes in 0.9.X - DEV
- Capped collection multiple of 256. #1011 - Capped collection multiple of 256. #1011
- Added `BaseQuerySet.aggregate_sum` and `BaseQuerySet.aggregate_average` methods. - Added `BaseQuerySet.aggregate_sum` and `BaseQuerySet.aggregate_average` methods.
- Fix for delete with write_concern {'w': 0}. #1008 - Fix for delete with write_concern {'w': 0}. #1008
- Allow dynamic lookup for more than two parts. #882
Changes in 0.9.0 Changes in 0.9.0
================ ================