From 540134a942f247fef1e640165cd16a43c3277bf7 Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Mon, 30 Jun 2014 10:54:01 +0200 Subject: [PATCH] DATAJPA-557 - Updated changelog. --- src/main/resources/changelog.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1336bfdc3..a23db3712 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data JPA Changelog ========================= +Changes in version 1.5.3.RELEASE (2014-06-18) +--------------------------------------------- +* DATAJPA-557 - Release 1.5.3. +* DATAJPA-554 - Avoid falling back to query derivation for invalid native queries. +* DATAJPA-548 - Improve documentation on custom namespace attributes for jpa:repositories. +* DATAJPA-545 - Special characters not allowed anymore in named binding parameter. +* DATAJPA-527 - CrudRepository.exists(ID id) fails for entity with @IdClass. +* DATAJPA-516 - Missing/Misspelled NamedQuery gives dubious Exception. +* 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. + Changes in version 1.6.0.RELEASE (2014-05-20) --------------------------------------------- * DATAJPA-544 - Add Travis build configuration to trigger matrix builds. @@ -24,7 +34,6 @@ Changes in version 1.6.0.RC1 (2014-05-02) * DATAJPA-455 - Add support for JPA 2.1 stored procedures. * DATAJPA-438 - JpaRepository: add Optional as alternative to null result. - Changes in version 1.5.2.RELEASE (2014-04-15) --------------------------------------------- * Sorting for a field in a composite primary key throws "Can't cast to EntityPath". (DATAJPA-497)