From e2c80878f00ed13c7ca94c6934ccd548385fbf05 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 8 May 2018 10:49:39 +0200 Subject: [PATCH] DATAJPA-1315 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index f258b166d..48b3fcd45 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data JPA Changelog ========================= +Changes in version 1.11.12.RELEASE (2018-05-08) +----------------------------------------------- +* DATAJPA-1323 - Documentation seems to be wrong about construction of the transaction manager. +* DATAJPA-1322 - Editing pass on documentation. +* DATAJPA-1315 - Release 1.11.12 (Ingalls SR12). +* DATAJPA-1314 - Build Failure on Travis with profile eclipselink-27-next. +* DATAJPA-1282 - Meta-model classes no longer contained in binaries. + + Changes in version 2.1.0.M2 (2018-04-13) ---------------------------------------- * DATAJPA-1323 - Documentation seems to be wrong about construction of the transaction manager.