diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index d898e8758..f2cf50afa 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.2.0.RC3 (2019-09-06) +----------------------------------------- +* DATAJPA-1600 - Document recommended way to work with entities with manually assigned identifiers. +* DATAJPA-1594 - Tighten nullability constraints in Querydsl implementation. +* DATAJPA-1584 - Release 2.2 RC3 (Moore). +* DATAJPA-1582 - Local schema resolution fails for spring-repository.xsd. + + Changes in version 2.2.0.RC2 (2019-08-05) ----------------------------------------- * DATAJPA-1580 - Adapt EntityManagerBeanDefinitionRegistrarPostProcessor to latest changes in Spring Framework 5.2.