From 5c009e393f97c34fd4c8b89c937331e5ddf92456 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 15 Oct 2018 12:55:29 +0200 Subject: [PATCH] DATAMONGO-2083 - Updated changelog. --- src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c9fa14318..eb7fbe7ce 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,21 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.10.16.RELEASE (2018-10-15) +----------------------------------------------- +* DATAMONGO-2096 - Aggregation.graphLookup.**.connectFrom(String) does not handle nested field. +* DATAMONGO-2083 - Release 1.10.16 (Ingalls SR16). + + +Changes in version 2.0.11.RELEASE (2018-10-15) +---------------------------------------------- +* DATAMONGO-2101 - NoSuchMethodException: org.springframework.data.mongodb.core.geo.GeoJsonPoint.(). +* DATAMONGO-2096 - Aggregation.graphLookup.**.connectFrom(String) does not handle nested field. +* DATAMONGO-2087 - Typo in MongoRepository. +* DATAMONGO-2086 - Kotlin Fluent API extensions do not allow projections with find queries. +* DATAMONGO-2084 - Release 2.0.11 (Kay SR11). + + Changes in version 2.1.1.RELEASE (2018-10-15) --------------------------------------------- * DATAMONGO-2096 - Aggregation.graphLookup.**.connectFrom(String) does not handle nested field.