From 38c571e49b31370b2906db9f39740c19d1803c6b Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 4 Apr 2017 21:12:00 +0200 Subject: [PATCH] DATAES-311 - Updated changelog. --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index d2bcf5511..32746823b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Elasticsearch Changelog =================================== +Changes in version 3.0.0.M2 (2017-04-04) +---------------------------------------- +* DATAES-342 - Adapt to API changes in RepositoryConfigurationExtensionSupport. +* DATAES-329 - Remove references to single-argument assertion methods of Spring. +* DATAES-328 - Integrate Data Commons Java 8 upgrade branch. +* DATAES-325 - Remove references to GenericCollectionTypeResolver in favor of ResolvableType. +* DATAES-322 - Update project documentation with the CLA tool integration. +* DATAES-315 - Adapt API in RepositoryFactoryBeanSupport implementation. +* DATAES-313 - Register repository factory in spring.factories for multi-store support. +* DATAES-311 - Release 3.0 M2 (Kay). + + Changes in version 2.0.8.RELEASE (2017-03-02) --------------------------------------------- * DATAES-329 - Remove references to single-argument assertion methods of Spring.