DATAREST-306 - Updated changelog.

This commit is contained in:
Oliver Gierke
2014-05-20 16:26:41 +02:00
parent 08f5c8be65
commit 6f8cc7e138

View File

@@ -1,6 +1,15 @@
Spring Data REST Changelog
==========================
Changes in version 2.1.0.RELEASE (2014-05-20)
---------------------------------------------
* DATAREST-307 - Root mapping not discovered on Tomcat.
* DATAREST-306 - Release 2.1 GA.
* DATAREST-305 - Enable Java 8 build in maven configuration.
* DATAREST-301 - Illegal character '{' in URL when using projection and PUT request.
* DATAREST-300 - Request processing shouldn't fail for unexpanded URI templates.
Changes in version 2.1.0.RC1 (2014-05-02)
-----------------------------------------
* DATAREST-298 - "rel" attribute of @RestResource should be optional.