diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 448a7c957..3bf371003 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data Commons Changelog ============================= +Changes in version 2.4.1 (2020-11-11) +------------------------------------- +* DATACMNS-1828 - TypeDiscoverer does not detect generic type arguments correctly. +* DATACMNS-1827 - Pageable and Sort arguments with empty qualifier value shouldn't be prefixed with delimiter. +* DATACMNS-1823 - Release 2.4.1 (2020.0.1). + + Changes in version 2.4.0 (2020-10-28) ------------------------------------- * DATACMNS-1820 - Move PageableExecutionSupport to ...data.support. @@ -2937,5 +2944,6 @@ Repository +