fix-#778: Add Support For MongoDB 2.6.X's maxTimeMS

This commit is contained in:
DavidBord
2014-10-06 19:05:39 +03:00
parent 8ac3e725f8
commit b011d48d82
3 changed files with 21 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- Add Support For MongoDB 2.6.X's maxTimeMS #778
- abstract shouldn't be inherited in EmbeddedDocument # 789
- Allow specifying the '_cls' as a field for indexes #397
- Stop ensure_indexes running on a secondaries unless connection is through mongos #746