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.