DATACMNS-1464 - Updated changelog.

This commit is contained in:
Oliver Drotbohm
2019-04-01 19:05:07 +02:00
parent db5d73ce79
commit 31383e8ed5

View File

@@ -1,6 +1,16 @@
Spring Data Commons Changelog
=============================
Changes in version 2.0.14.RELEASE (2019-04-01)
----------------------------------------------
* DATACMNS-1491 - Slice JavaDoc states Pageable constructor arg can be null, but it can't.
* DATACMNS-1490 - Exclude Lombok generated code from code coverage calculation.
* DATACMNS-1482 - Conversion don't seem to properly handle conversion of Lists.
* DATACMNS-1479 - Fix usage of PageRequest in reference documentation.
* DATACMNS-1475 - Javadoc of Slice.nextPageable() and ….previousPageable() incorrect about nullability.
* DATACMNS-1464 - Release 2.0.14 (Kay SR14).
Changes in version 1.13.20.RELEASE (2019-04-01)
-----------------------------------------------
* DATACMNS-1504 - Release 1.13.20 (Ingalls SR20).