Reload uses shard_key if applicable (#384)

This commit is contained in:
Ross Lawley
2013-07-10 11:18:49 +00:00
parent af86aee970
commit fa83fba637
2 changed files with 2 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.3
================
- Reload uses shard_key if applicable (#384)
- Dynamic fields are ordered based on creation and stored in _fields_ordered (#396)
- Fixed pickling dynamic documents `_dynamic_fields` (#387)
- Fixed ListField setslice and delslice dirty tracking (#390)