From 8bbf9029fc7edc0ce735bf3e97a1b4c5d66776f1 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 26 Jan 2017 11:32:51 +0100 Subject: [PATCH] DATACMNS-964 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9cafafa35..b854818cf 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Commons Changelog ============================= +Changes in version 1.12.7.RELEASE (2017-01-26) +---------------------------------------------- +* DATACMNS-967 - Default accessors on projection interfaces must not be considered input properties. +* DATACMNS-964 - Release 1.12.7 (Hopper SR7). +* 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.13.0.RELEASE (2017-01-26) ---------------------------------------------- * DATACMNS-975 - Aggregate event publication should happen after the interaction with the repository.