From 05d4b0d3b62f138e3d9c792f1dc3af70bd157e1c Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 1 Sep 2015 09:44:09 +0200 Subject: [PATCH] DATACMNS-759 - Updated changelog. --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 27342ddea..1cb470bc2 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,19 @@ Spring Data Commons Changelog ============================= +Changes in version 1.11.0.RELEASE (2015-09-01) +---------------------------------------------- +* DATACMNS-760 - Remove cyclic dependency in querydsl packages. +* DATACMNS-759 - Release 1.11 GA (Gosling). +* DATACMNS-755 - Paths without parent are causing IllegalArgumentException in QSort class. +* DATACMNS-754 - PersonRepository in reference documentation persists User. +* DATACMNS-751 - Update reference documentation. +* DATACMNS-750 - Part.extractProperty(String part) invalidly extracts property paths containing keywords. +* DATACMNS-749 - Register ExposeInvocationInterceptor globally so that RepositoryPostProcessors don't have to individually. +* DATACMNS-748 - Spring version check in QueryExecutionConverters might fail. +* DATACMNS-746 - JavaDoc of PersistentPropertyAccessor should explain how to obtain one. + + Changes in version 1.11.0.RC1 (2015-08-04) ------------------------------------------ * DATACMNS-744 - NoClassDefFoundError com/mysema/query/types/EntityPath with latest SNAPSHOT.