#167 - Updated changelog.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
Spring HATEOAS Changelog
|
||||
=========================
|
||||
========================
|
||||
|
||||
Changes in version 0.10.0.RELEASE (2014-05-01)
|
||||
----------------------------------------------
|
||||
- #173 - Release 0.110.
|
||||
- #172 - Link should be serializable.
|
||||
- #170 - Proxy header detection should honor X-Forwarded-Port.
|
||||
- #114 - linkTo(methodOn()) problem when method is defined by super class of controller.
|
||||
|
||||
Changes in version 0.10.0.RELEASE (2014-03-30)
|
||||
----------------------------------------------
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Spring Hateoas 0.9
|
||||
Copyright (c) [2012-2014] Pivotal, Inc.
|
||||
Spring Hateoas 0.11
|
||||
Copyright (c) [2012-2014] Pivotal Software, Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||
You may not use this product except in compliance with the License.
|
||||
|
||||
@@ -30,7 +30,7 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 9;
|
||||
private static final int MILESTONE_ID = 11;
|
||||
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