DATAREST-1141 - Updated changelog.

This commit is contained in:
Christoph Strobl
2018-02-06 09:45:47 +01:00
parent 20151dc4bb
commit 3eac353eb8

View File

@@ -1,6 +1,23 @@
Spring Data REST Changelog
==========================
Changes in version 3.1.0.M1 (2018-02-06)
----------------------------------------
* DATAREST-1184 - Adapt to CORS changes in Spring Framework 5.0.3.
* DATAREST-1181 - Potential NullPointerException in JsonLateObjectEvaluator.evaluate(…).
* DATAREST-1177 - DefaultExposureAwareCrudMethods should cache results.
* DATAREST-1176 - Add ability to only expose repository methods explicitly declared for exposure.
* DATAREST-1174 - Adapt WrappedProperties to changed defaults in Lombok 1.16.20.
* DATAREST-1170 - Update copyright years to 2018.
* DATAREST-1163 - Errors.reject() fails with NotReadablePropertyException when rejecting 'null' values.
* DATAREST-1160 - Adapt test cases to new CORS defaults in Spring 5.0.2.
* DATAREST-1159 - CONTRIBUTING file references wrong global contribution file.
* DATAREST-1152 - Improve design of patch expression evaluation.
* DATAREST-1148 - Single entity GET causes unnecessary toString call on domain object.
* DATAREST-1141 - Release 3.1 M1 (Lovelace).
* DATAREST-1006 - PUT nulls Json read-only property.
Changes in version 3.0.3.RELEASE (2018-01-24)
---------------------------------------------
* DATAREST-1184 - Adapt to CORS changes in Spring Framework 5.0.3.