From 839bc99f941fd49fb00e5c2b8f9ca280edbf5bc9 Mon Sep 17 00:00:00 2001 From: Matthieu Rigal Date: Wed, 24 Jun 2015 01:16:32 +0200 Subject: [PATCH] Updated changelog to prepare 0.10.0 release --- docs/changelog.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3dfe82f6..d35551ce 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,9 +2,15 @@ Changelog ========= +Changes in 0.10.1 - DEV +======================= -Changes in 0.9.X - DEV -====================== +Changes in 0.10.0 +================= +- Django support was removed and will be available as a separate extension. #958 +- Allow to load undeclared field with meta attribute 'strict': False #957 +- Support for PyMongo 3+ #946 +- Removed get_or_create() deprecated since 0.8.0. #300 - Improve Document._created status when switch collection and db #1020 - Queryset update doesn't go through field validation #453 - Added support for specifying authentication source as option `authSource` in URI. #967 @@ -14,17 +20,14 @@ Changes in 0.9.X - DEV - Use sets for populating dbrefs to dereference - Fixed unpickled documents replacing the global field's list. #888 - Fixed storage of microseconds in ComplexDateTimeField and unused separator option. #910 -- Django support was removed and will be available as a separate extension. #958 - Don't send a "cls" option to ensureIndex (related to https://jira.mongodb.org/browse/SERVER-769) - Fix for updating sorting in SortedListField. #978 - Added __ support to escape field name in fields lookup keywords that match operators names #949 -- Support for PyMongo 3+ #946 - Fix for issue where FileField deletion did not free space in GridFS. - No_dereference() not respected on embedded docs containing reference. #517 - Document save raise an exception if save_condition fails #1005 - Fixes some internal _id handling issue. #961 - Updated URL and Email Field regex validators, added schemes argument to URLField validation. #652 -- Removed get_or_create() deprecated since 0.8.0. #300 - Capped collection multiple of 256. #1011 - Added `BaseQuerySet.aggregate_sum` and `BaseQuerySet.aggregate_average` methods. - Fix for delete with write_concern {'w': 0}. #1008