From 2e3a8147fb47d607ec21a97b14562d57b87962e7 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Thu, 7 Mar 2019 09:41:09 +0100 Subject: [PATCH] DATAJPA-1481 - Updated changelog. --- src/main/resources/changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 5d905cd72..48f877fc0 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,22 @@ Spring Data JPA Changelog ========================= +Changes in version 2.2.0.M2 (2019-03-07) +---------------------------------------- +* DATAJPA-1502 - Typo in reference docs on Specification. +* DATAJPA-1492 - Introduce Concourse CI. +* DATAJPA-1490 - Update copyright years to 2019. +* DATAJPA-1487 - JpaMetamodelCacheCleanup must not be defined as lazy bean. +* DATAJPA-1485 - Ambiguity around @Modifying within documentation. +* DATAJPA-1484 - Add build profile for Hibernate 6 snapshots. +* DATAJPA-1483 - Upgrade Hibernate 5.4 build profile after GA release. +* DATAJPA-1481 - Release 2.2 M2 (Moore). +* DATAJPA-1404 - Is Null query does not return entities. +* DATAJPA-1321 - JpaRepository.getOne(…) JavaDoc is misleading. +* DATAJPA-1297 - outputParameterName in @Procedure is not being used to create the StoredProcedureAttributes. +* DATAJPA-1156 - Query hints are applied to count queries for QueryDSL even though forCounting is set to false. + + Changes in version 2.1.5.RELEASE (2019-02-13) --------------------------------------------- * DATAJPA-1502 - Typo in reference docs on Specification.