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

This commit is contained in:
DavidBord
2014-10-29 15:40:29 +02:00
parent 8ac3e725f8
commit b011d48d82
3 changed files with 21 additions and 1 deletions
+1
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