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) +