We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9050869 commit f9284d2Copy full SHA for f9284d2
docs/changelog.rst
@@ -2,12 +2,15 @@
2
Changelog
3
=========
4
5
+Changes in 0.10.3
6
+=================
7
+- Fix `read_preference` (it had chaining issues with PyMongo 2.x and it didn't work at all with PyMongo 3.x) #1042
8
+
9
Changes in 0.10.2
10
=================
11
- Allow shard key to point to a field in an embedded document. #551
12
- Allow arbirary metadata in fields. #1129
13
- ReferenceFields now support abstract document types. #837
-- Fix `read_preference` (it had chaining issues with PyMongo 2.x and it didn't work at all with PyMongo 3.x) #1042
14
15
Changes in 0.10.1
16
=======================
0 commit comments