From 27111e7b29e1b8918c6b52d0a79a1fdc72301e96 Mon Sep 17 00:00:00 2001 From: RussellLuo Date: Sat, 25 Apr 2015 20:57:26 +0800 Subject: [PATCH] Update changelog for added `authSource` support --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3dbcc2f8..40df0419 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,7 @@ Changelog Changes in 0.9.X - DEV ====================== +- Added support for specifying authentication source as option `authSource` in URI. #967 - Fixed mark_as_changed to handle higher/lower level fields changed. #927 - ListField of embedded docs doesn't set the _instance attribute when iterating over it #914 - Support += and *= for ListField #595