From 82f1810891c24cafda2173d0d9f235489de5fac6 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 5 Sep 2014 09:23:28 +0200 Subject: [PATCH] DATAJPA-604 - 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 1ca350c8b..da4851663 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.7.0.RELEASE (2014-09-05) +--------------------------------------------- +* DATAJPA-604 - Release 1.7 GA. +* DATAJPA-603 - Update Travis build profiles to build against Spring 4.0 and 4.1 snapshots. +* DATAJPA-602 - Upgrade to AspectJ Maven Plugin 1.6. +* 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-594 - Polish Asciidoctor rerefernce documentation. +* DATAJPA-593 - Custom repository implementations are not picked up when using CDI. + + 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.