diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 040d18a72..fb430b206 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Commons Changelog ============================= +Changes in version 1.13.15.RELEASE (2018-09-10) +----------------------------------------------- +* DATACMNS-1383 - Custom extension of Pageable as parameter causes query method to be rejected. +* DATACMNS-1370 - Avoid superflous regex type checks while scanning for custom implementations. +* DATACMNS-1367 - Add debug logging to better identify repository scanning and initialization. +* DATACMNS-1362 - Broken Links in the Docs 404. +* DATACMNS-1361 - Release 1.13.15 (Ingalls SR15). +* DATACMNS-1351 - Fix typos in reference documentation. + + Changes in version 2.1.0.RC2 (2018-08-20) ----------------------------------------- * DATACMNS-1377 - ConvertingPropertyAccessor loses its converting power for nested properties.