From b171759d0dbbd86a520d04f5ef1f1c6accd1eb08 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 15 Jan 2020 10:24:51 +0100 Subject: [PATCH] DATAJPA-1640 - 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 e5a1cc466..67469c10a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data JPA Changelog ========================= +Changes in version 2.1.15.RELEASE (2020-01-15) +---------------------------------------------- +* DATAJPA-1656 - Update copyright years to 2020. +* DATAJPA-1652 - Using || (pipes) along with named parameters in custom queries raises an exception. +* DATAJPA-1640 - Release 2.1.15 (Lovelace SR15). + + Changes in version 2.2.3.RELEASE (2019-12-04) --------------------------------------------- * DATAJPA-1639 - Fix position of _ in MetaModel classes in the documentation. @@ -1838,3 +1845,4 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/ * Moved JPA sepcific code from Hades into Spring Data JPA (functional equivalent of Hades 2.0.2) building on common functionality in Spring Data Commons +