Update changelog for added authSource support

This commit is contained in:
RussellLuo 2015-04-25 20:57:26 +08:00
parent b847bc0aba
commit 27111e7b29

View File

@ -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