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.