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.