From d03ca30381fd4e06caaf27ea6a81f5e8cf682250 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 18 Dec 2015 08:30:30 +0100 Subject: [PATCH] DATACMNS-797 - 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 722d02c7c..8c4b8fa12 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Commons Changelog ============================= +Changes in version 1.11.2.RELEASE (2015-12-18) +---------------------------------------------- +* DATACMNS-797 - Release 1.11.2 (Gosling). +* DATACMNS-793 - Some inline code formatting broken in reference documentation. +* DATACMNS-791 - Improve exception message in QueryMethodParameterConversionException and ReflectionRepositoryInvoker. +* DATACMNS-789 - Fix typo in JavaDoc of Page. +* DATACMNS-788 - template.mf should use placeholder for Slf4j version. +* DATACMNS-786 - Typo in example of declaring Jackson repository populator of reference documentation. + + Changes in version 1.11.1.RELEASE (2015-11-15) ---------------------------------------------- * DATACMNS-784 - Release 1.11.1 (Gosling).