@@ -1,6 +1,13 @@
|
||||
Spring Hateoas Changelog
|
||||
=========================
|
||||
|
||||
Changes in version 0.8.0.RELEASE (2013-08-09)
|
||||
---------------------------------------------
|
||||
- #101 - Enable annotation based parameter name discovery on MethodParameters
|
||||
- #89 - PagedMetadata issue
|
||||
- #106 - Upgrade to Jackson 2.2.0
|
||||
- #105 - Release 0.8
|
||||
|
||||
Changes in version 0.7.0.RELEASE (2013-16-07)
|
||||
---------------------------------------------
|
||||
- #91 - Improve proxying for links build from method references
|
||||
|
||||
@@ -30,7 +30,7 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 7;
|
||||
private static final int MILESTONE_ID = 8;
|
||||
private static final String URI_TEMPLATE = "https://api.github.com/repos/SpringSource/spring-hateoas/issues?milestone={id}&state=closed";
|
||||
|
||||
public static void main(String... args) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user