From 4d0159a560a17eec8286f1a9ded22a76f43d0cd8 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Tue, 6 Feb 2018 09:45:48 +0100 Subject: [PATCH] DATAES-401 - 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 32dbc2314..dce88054f 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data Elasticsearch Changelog =================================== +Changes in version 3.1.0.M1 (2018-02-06) +---------------------------------------- +* DATAES-424 - Fix line endings. +* DATAES-414 - Reduce scope of Lo4j dependencies to test. +* DATAES-410 - Adapt API changes in Property in test cases. +* DATAES-401 - Release 3.1 M1 (Lovelace). +* DATAES-361 - log4j2.xml in classpath root of the library prevents Spring Boot's logging auto-configuration to work. + + Changes in version 3.0.3.RELEASE (2018-01-24) --------------------------------------------- * DATAES-424 - Fix line endings.