From e7483b6e7c920260b1b37f72313fa04dcec3a71b Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 1 Sep 2015 09:44:10 +0200 Subject: [PATCH] DATAJPA-787 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index a1948fcd0..8ac14cf73 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.9.0.RELEASE (2015-09-01) +--------------------------------------------- +* DATAJPA-787 - Release 1.9 GA (Gosling). +* DATAJPA-785 - Make sure the build works with Hibernate 5 GA. +* DATAJPA-779 - Update reference documentation to mention newly introduced JpaContext. +* DATAJPA-775 - Fail fast when entity uses Spring Data Commons @Version instead of JPA @Version. +* DATAJPA-773 - Remove explicit registration of ExposeInvocationInterceptor from CrudMethodMetadataPostProcessor. +* DATAJPA-772 - ParameterMetadataProvider should apply LIKE-expansion only on String properties. + + Changes in version 1.9.0.RC1 (2015-08-04) ----------------------------------------- * DATAJPA-768 - Release 1.9 RC1 (Gosling).