From 7aa740ea3e1353cfeda3288810b4c3829a83037d Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 3 Nov 2016 17:55:47 +0100 Subject: [PATCH] DATACMNS-924 - Updated changelog. --- src/main/resources/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 0dd77a80f..cd2c034a3 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data Commons Changelog ============================= +Changes in version 1.12.5.RELEASE (2016-11-03) +---------------------------------------------- +* DATACMNS-929 - PageableHandlerMethodArgumentResolver.isFallbackPageable() throws NullPointerException if default is configured to be null. +* DATACMNS-925 - Improve memory consumption of Parameter and Parameters. +* DATACMNS-924 - Release 1.12.5 (Hopper SR5). + + Changes in version 1.12.4.RELEASE (2016-09-29) ---------------------------------------------- * DATACMNS-923 - Remove obsolete code in DefaultRepositoryInformation.