From e30e1c97cb83f9d17c782433d51f2fb643bd0b14 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 31 Mar 2021 17:04:26 +0200 Subject: [PATCH] Updated changelog. See #2178 --- src/main/resources/changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index df7957749..5464b54a4 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,11 @@ Spring Data JPA Changelog ========================= +Changes in version 2.5.0-RC1 (2021-03-31) +----------------------------------------- +* #2191 - `JpaPersistentPropertyImpl` now considers super types association and target type. + + Changes in version 2.5.0-M5 (2021-03-17) ---------------------------------------- * #2173 - Improve JavaDoc. @@ -2238,5 +2243,6 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/ +