From ab31b24f99923ee7da9f11c44603aecd6b0d9e66 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 11 Sep 2017 11:44:15 +0200 Subject: [PATCH] DATAMONGO-1755 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 70397892b..97a0d85cc 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.10.7.RELEASE (2017-09-11) +---------------------------------------------- +* DATAMONGO-1772 - Type hint not added when updating nested list elements with inheritance. +* DATAMONGO-1768 - QueryByExample FindOne : probe type. +* DATAMONGO-1765 - Duplicate elements in DBRefs list not correctly mapped. +* DATAMONGO-1756 - Aggregation project and arithmetic operation not working with nested fields. +* DATAMONGO-1755 - Release 1.10.7 (Ingalls SR7). + + Changes in version 1.10.6.RELEASE (2017-07-26) ---------------------------------------------- * DATAMONGO-1750 - Release 1.10.6 (Ingalls SR6).