From 643065b406b38be3ca347201db8dd6d9faabfc84 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 16 Jan 2020 16:04:59 +0100 Subject: [PATCH] DATAJPA-1607 - Updated changelog. --- src/main/resources/changelog.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1ce16c573..3cb507ca7 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,24 @@ Spring Data JPA Changelog ========================= +Changes in version 2.3.0.M1 (2020-01-16) +---------------------------------------- +* DATAJPA-1663 - Remove PersistenceProvider.potentiallyConvertEmptyCollection(…). +* DATAJPA-1656 - Update copyright years to 2020. +* DATAJPA-1652 - Using || (pipes) along with named parameters in custom queries raises an exception. +* DATAJPA-1647 - JpaRepository memory leak with Pageable argument. +* DATAJPA-1639 - Fix position of _ in MetaModel classes in the documentation. +* DATAJPA-1632 - Fix documentation for countQuery. +* DATAJPA-1631 - Enable building with JDK11+. +* DATAJPA-1630 - Disable Hibernate 6 build until it is more mature. +* DATAJPA-1620 - Update versions of Hibernate and Eclipselink. +* DATAJPA-1619 - Allow repository method parameters of type Iterable for derived IN-queries. +* DATAJPA-1618 - Fix repository for EclipseLink. +* DATAJPA-1617 - Fix quotation marks in documentation. +* DATAJPA-1607 - Release 2.3 M1 (Neumann). +* DATAJPA-1497 - Allow to add a special parameter type from a Spring Data JPA extension. + + Changes in version 2.2.4.RELEASE (2020-01-15) --------------------------------------------- * DATAJPA-1663 - Remove PersistenceProvider.potentiallyConvertEmptyCollection(…). @@ -1856,3 +1874,4 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/ +