DATAREST-1252 - Updated changelog.

This commit is contained in:
Mark Paluch
2018-07-27 09:20:26 +02:00
parent 3da4d94181
commit 5bc96aa3bd

View File

@@ -1,6 +1,14 @@
Spring Data REST Changelog
==========================
Changes in version 2.6.14.RELEASE (2018-07-27)
----------------------------------------------
* DATAREST-1259 - Remove obsolete bean definition for HttpRequestHandlerAdapter.
* DATAREST-1252 - Release 2.6.14 (Ingalls SR14).
* DATAREST-811 - Incorrect @Version documentation.
* DATAREST-810 - Minor typo in reference documentation.
Changes in version 3.0.9.RELEASE (2018-07-26)
---------------------------------------------
* DATAREST-1261 - UnwrappingRepositoryInvoker.invokeFindById(…) falls back to findById(…) even if a custom lookup is present.