From 52a9487c937aa7ab6dfda05af4e514f7775dfaec Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 30 Sep 2019 11:03:54 +0200 Subject: [PATCH] DATAJPA-1581 - 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 f2cf50afa..d76d44125 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data JPA Changelog ========================= +Changes in version 2.1.11.RELEASE (2019-09-30) +---------------------------------------------- +* DATAJPA-1600 - Document recommended way to work with entities with manually assigned identifiers. +* DATAJPA-1594 - Tighten nullability constraints in Querydsl implementation. +* DATAJPA-1582 - Local schema resolution fails for spring-repository.xsd. +* DATAJPA-1581 - Release 2.1.11 (Lovelace SR11). + + Changes in version 2.2.0.RC3 (2019-09-06) ----------------------------------------- * DATAJPA-1600 - Document recommended way to work with entities with manually assigned identifiers.