diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 550362095..70ed9e65a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data JPA Changelog ========================= +Changes in version 2.1.17.RELEASE (2020-04-28) +---------------------------------------------- +* DATAJPA-1712 - Fix minor documentation typo. +* DATAJPA-1696 - Reluctant parsing introduced in DATAJPA-1679 causes problems. +* DATAJPA-1691 - Javadoc spelling errors. +* DATAJPA-1688 - Release 2.1.17 (Lovelace SR17). +* DATAJPA-1679 - QueryUtils.getProjection dies not treat DISTINCT queries well. +* DATAJPA-1664 - Typo errors in documentation of @EntityGraph. + + Changes in version 2.3.0.RC1 (2020-03-31) ----------------------------------------- * DATAJPA-1696 - Reluctant parsing introduced in DATAJPA-1679 causes problems. @@ -1933,3 +1943,4 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/ +