From 1ce438661fb63a777c28767ebcf564438d0c062c Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 6 Apr 2016 16:34:32 +0200 Subject: [PATCH] DATACMNS-833 - 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 38d23ac88..bca8b3217 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.0.RELEASE (2016-04-06) +---------------------------------------------- +* DATACMNS-835 - Add pull request template. +* DATACMNS-833 - Release 1.12 GA (Hopper). +* DATACMNS-830 - Update documentation for Spring Data Commons 1.12. +* DATACMNS-726 - Document the rules/limitations around using multiple Spring Data implementations with the same Domain object. + + Changes in version 1.12.0.RC1 (2016-03-18) ------------------------------------------ * DATACMNS-829 - Projecting a Map with a null value causes an exception.