From 858ae6eb03f4b0a3d712e6041cc2cb22451f227f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 13 Aug 2014 15:05:12 +0200 Subject: [PATCH] DATAES-119 - 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 776d2314a..08d932d65 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Elasticsearch Changelog =================================== +Changes in version 1.1.0.RC1 (2014-08-13) +----------------------------------------- +* DATAES-119 - Release 1.1 RC1. +* DATAES-117 - Displaying proper error message for entities that don't have an Id. +* DATAES-116 - Fix url typo in readme.md. +* DATAES-114 - Move to Asciidoctor for reference documentation. +* DATAES-113 - Add support for custom implementations in CDI repositories. +* DATAES-97 - UpdateQuery and UpdateBuilder should use UpdateRequest instead of the IndexRequest. +* DATAES-93 - Allow Spring EL usage in index name attribute of @Document. +* DATAES-89 - Support geolocation queries. + + Changes in version 1.0.2.RELEASE (2014-07-28) --------------------------------------------- * DATAES-107 - Release 1.0.2.