From f9284d20cae1b2596c164493f7bac0f240ade4d5 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Tue, 24 Nov 2015 07:00:09 +0200 Subject: [PATCH] Moved #1042 to the next version in the changelog. --- docs/changelog.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1ea4d19f..a0c49900 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,12 +2,15 @@ Changelog ========= +Changes in 0.10.3 +================= +- Fix `read_preference` (it had chaining issues with PyMongo 2.x and it didn't work at all with PyMongo 3.x) #1042 + Changes in 0.10.2 ================= - Allow shard key to point to a field in an embedded document. #551 - Allow arbirary metadata in fields. #1129 - 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 Changes in 0.10.1 =======================