#202 - Prepare 0.14.0.RELEASE.
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
Spring HATEOAS Changelog
|
||||
========================
|
||||
|
||||
Changes in version 0.14.0.RELEASE (2014-06-30)
|
||||
----------------------------------------------
|
||||
- #206 - Set classloader for dummy method proxies.
|
||||
- #205 - Jackson2ModuleRegisteringBeanPostProcessor must not access beans eagerly.
|
||||
- #136 - Class loading issues on JBoss.
|
||||
|
||||
Changes in version 0.13.0.RELEASE (2014-06-18)
|
||||
----------------------------------------------
|
||||
- #199 - Improve design of HalEmbeddedBuilder.
|
||||
|
||||
@@ -30,7 +30,7 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 13;
|
||||
private static final int MILESTONE_ID = 14;
|
||||
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