From 2fed0fe8be6e1a4bc448068cfc2926be4df50758 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 27 Aug 2014 11:28:06 +0200 Subject: [PATCH] DATAJPA-595 - 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 f05788016..10ebc294e 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.4.RELEASE (2014-08-27) +--------------------------------------------- +* DATAJPA-597 - Saving detatched entity breaks when moving from Spring Data JPA 1.5.3 to 1.6.2. +* DATAJPA-596 - Allow sorting by querydsl operator expression. +* DATAJPA-595 - Release 1.6.4. +* DATAJPA-592 - Auditing annotations not working when applied to methods. +* DATAJPA-590 - @Version implementation changes from 1.6.0 to 1.6.2 is a breaking change that doesn't make much sense. +* DATAJPA-582 - JpaMetamodelEntityInformation.isNew(…) throws ClassCastException for @Version of type Calendar. +* DATAJPA-581 - Can no longer call save() with a @Version'ed detached entity in 1.6.2. + + Changes in version 1.7.0.RC1 (2014-08-13) ----------------------------------------- * DATAJPA-587 - Release 1.7 RC1.