DATAREST-1269 - Updated changelog.

This commit is contained in:
Mark Paluch
2018-09-10 12:51:25 +02:00
parent e532f2279e
commit fa9a35c81c

View File

@@ -1,6 +1,15 @@
Spring Data REST Changelog
==========================
Changes in version 3.0.10.RELEASE (2018-09-10)
----------------------------------------------
* DATAREST-1274 - Patching a collection element at a position greater than 9 fails.
* DATAREST-1273 - Append-PATCHing a collection via index fails.
* DATAREST-1269 - Release 3.0.10 (Kay SR10).
* DATAREST-1268 - Support RepositoryDetectionStrategies.EXPLICIT_METHOD_ANNOTATED.
* DATAREST-1248 - Cannot sort by property marked with JsonProperty.Access.READ_ONLY.
Changes in version 2.6.15.RELEASE (2018-09-10)
----------------------------------------------
* DATAREST-1274 - Patching a collection element at a position greater than 9 fails.