DATACMNS-1361 - Updated changelog.

This commit is contained in:
Mark Paluch
2018-09-10 09:29:43 +02:00
parent aa3ed766b5
commit 78a35eaafd

View File

@@ -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.