From 5b5990eade7f3e6a8da6766ddb95cd7fd7d9b88d Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 26 Jan 2017 10:26:31 +0100 Subject: [PATCH] DATACMNS-965 - Updated changelog. --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index dd52d9957..9cafafa35 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Commons Changelog ============================= +Changes in version 1.13.0.RELEASE (2017-01-26) +---------------------------------------------- +* DATACMNS-975 - Aggregate event publication should happen after the interaction with the repository. +* DATACMNS-974 - Update project documentation with the CLA tool integration. +* DATACMNS-973 - Migrate ticket references in test code to Spring Framework style. +* DATACMNS-972 - NullPointerException in ProjectingJackson2HttpMessageConverter. +* DATACMNS-967 - Default accessors on projection interfaces must not be considered input properties. +* DATACMNS-965 - Release 1.13 GA (Ingalls). +* DATACMNS-957 - Persist fails on entity without id and version field if @EnableAuditing. +* DATACMNS-776 - ProxyingHandlerMethodArgumentResolver handles interfaces not intended for projection. + + Changes in version 1.12.6.RELEASE (2016-12-21) ---------------------------------------------- * DATACMNS-963 - ReturnedType.getInputProperties() does not guarantee distinct properties.