From cd93d2fa8480fe3e27504904ff702168927ee775 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 20 May 2014 16:26:18 +0200 Subject: [PATCH] DATAJPA-542 - Updated changelog. --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 60b8bfe2e..1336bfdc3 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data JPA Changelog ========================= +Changes in version 1.6.0.RELEASE (2014-05-20) +--------------------------------------------- +* DATAJPA-544 - Add Travis build configuration to trigger matrix builds. +* DATAJPA-543 - Update reference documentation for JPA 2.1 features. +* DATAJPA-542 - Release 1.6 GA. +* DATAJPA-531 - Add link to Accessing JPA Data With REST from readme.md. +* DATAJPA-525 - JpaMetamodelMappingContext should guard against null Java type returned from ManagedType. +* DATAJPA-510 - Regression in 1.5.1 - Sort by property of an associated object doesn't work. Join property and INNER vs OUTER join when sorting. +* DATAJPA-456 - Add support for specifying only the projection part of a custom count query. + + Changes in version 1.6.0.RC1 (2014-05-02) ----------------------------------------- * DATAJPA-522 - Release 1.6 RC1.