From 8b6c94f0bb383f2a43b976c4ea2852ed962ca600 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sun, 15 Nov 2015 14:06:41 +0100 Subject: [PATCH] DATACMNS-784 - Updated changelog. --- src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index faa4fb203..722d02c7c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data Commons Changelog ============================= +Changes in version 1.11.1.RELEASE (2015-11-15) +---------------------------------------------- +* DATACMNS-784 - Release 1.11.1 (Gosling). +* DATACMNS-783 - TypeInformation should allow applying the generic context to a raw type. +* DATACMNS-782 - ProxyProjectionFactory should support primitive attribute conversion in projections out of the box. +* DATACMNS-779 - Fix JavaDoc of constructor of QuerydslPredicateBuilder. +* DATACMNS-771 - Typo in exception in BasicPersistentEntity. +* DATACMNS-769 - Cannot create auto-generated @Async method with pagination. +* DATACMNS-763 - Custom repository implementation class not working as stated in the reference documentation. +* DATACMNS-762 - Polish section about dependencies in the reference documentation. +* DATACMNS-761 - PageableHandlerMethodArgumentResolver reduces page size by one if on-indexed parameters are used. +* DATACMNS-753 - SortHandlerMethodArgumentResolver fails to fall back to default if empty parameter is given. + + Changes in version 1.9.4.RELEASE (2015-10-14) --------------------------------------------- * DATACMNS-778 - Backport fix for @javax.transaction.Transactional support.