From 0626a5736f4d247f673ef3b132fe706d851dbf12 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 12 Aug 2020 13:07:18 +0200 Subject: [PATCH] DATAES-890 - 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 b891595ab..35d8c0fc5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Elasticsearch Changelog =================================== +Changes in version 4.0.3.RELEASE (2020-08-12) +--------------------------------------------- +* DATAES-897 - Add documentation for Highlight annotation. +* DATAES-896 - Use mainField property of @MultiField annotation instead of additional @Field annotation. +* DATAES-891 - Returning a Stream from a Query annotated repository method crashes. +* DATAES-890 - Release 4.0.3 (Neumann SR3). + + Changes in version 4.1.0-M2 (2020-08-12) ---------------------------------------- * DATAES-901 - Operations deleting an entity should use a routing deducted from the entity. @@ -1261,5 +1269,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07) +