From a6e996d92142866a1d18570fe60d91eca806e14d Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Tue, 24 Nov 2015 07:06:54 +0200 Subject: [PATCH] Added #1165 to the changelog. --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a0c49900..c9285416 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +Changes in 0.10.4 - DEV +======================= +- SaveConditionError is now importable from the top level package. #1165 + 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