#216 - Prepare version 0.16.0.RELEASE.
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
Spring HATEOAS Changelog
|
||||
========================
|
||||
|
||||
Changes in version 0.16.0.RELEASE (2014-07-28)
|
||||
----------------------------------------------
|
||||
- #219 - Registration of HttpMessageConverter for HAL should restrict rendering to subtypes of ResourceSupport.
|
||||
- #217 - Improve UriTemplate's TemplateVariables handling.
|
||||
- #216 - Release 0.16.0.RELEASE.
|
||||
|
||||
Changes in version 0.15.0.RELEASE (2014-07-10)
|
||||
----------------------------------------------
|
||||
- #212 - Traversion should be able to return the last link found.
|
||||
|
||||
@@ -30,7 +30,7 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 15;
|
||||
private static final int MILESTONE_ID = 16;
|
||||
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
|
||||
|
||||
public static void main(String... args) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user