From 07afe1db429aeb774cd494010ca281b624814b58 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 2 Mar 2017 09:32:21 +0100 Subject: [PATCH] DATACMNS-980 - 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 b854818cf..13bc8b6a3 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.13.1.RELEASE (2017-03-02) +---------------------------------------------- +* DATACMNS-1000 - Typo in reference documentation about domain events. +* DATACMNS-999 - Improve resource extensive error message concatenation. +* DATACMNS-989 - CustomRepositoryImplementationDetector ignores excludeFilters. +* DATACMNS-987 - SpringDataWebConfiguration now forces an application to have Jackson on the classpath if it uses JSON Path. +* DATACMNS-985 - Remove references to single-argument assertion methods of Spring. +* DATACMNS-980 - Release 1.13.1 (Ingalls SR1). + + Changes in version 1.12.7.RELEASE (2017-01-26) ---------------------------------------------- * DATACMNS-967 - Default accessors on projection interfaces must not be considered input properties.