From 3e3f2600c56d0649f7be8eab3f852a2f43219f63 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 0b4cec365..2cd73b3cd 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. @@ -2246,5 +2251,6 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/ +