DATACMNS-964 - Updated changelog.

This commit is contained in:
Oliver Gierke
2017-01-26 11:32:51 +01:00
parent a6b8d81035
commit 8bbf9029fc

View File

@@ -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.