[docs] Adding SortedListField fix to changelog

This commit is contained in:
rma4ok 2015-04-29 11:34:04 -04:00 committed by Matthew Ellison
parent 43a5df8780
commit 0ee3203a5a

View File

@ -15,6 +15,7 @@ Changes in 0.9.X - DEV
- Fixed storage of microseconds in ComplexDateTimeField and unused separator option. #910
- Django support was removed and will be available as a separate extension. #958
- Don't send a "cls" option to ensureIndex (related to https://jira.mongodb.org/browse/SERVER-769)
- Fix for updating sorting in SortedListField. #978
Changes in 0.9.0
================