Fix #863: Request Support for $min, $max Field update operators

This commit is contained in:
David Bordeynik
2015-02-17 14:38:10 +02:00
parent aca8899c4d
commit 129632cd6b
3 changed files with 13 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- Request Support for $min, $max Field update operators #863
- `BaseDict` does not follow `setdefault` #866
- Add support for $type operator # 766
- Fix tests for pymongo 2.8+ #877