diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c2309304..4fe656ec 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Hateoas Changelog ========================= +Changes in version 0.4.0.RELEASE (2013-28-01) +--------------------------------------------- +- #18 - Added support to build links pointing to controller methods +- #32 - Added @EnableEntityLinks to transparently expose controllers managing entities +- Introduced EntityLinks API to build links pointing to components exposing URIs for entities +- Introduced LinkDiscoverer API to find links by their rels in representations (incl. JSONPath based implementation) +- #27 - Added support for Jackson 2 +- #29 - Added support for HAL-style link representations +- #41, #42 - Extracted ResourceAssemblerSupport for non-Identifiables +- #43 - Fixed potential stack-overflow in ControllerLinkBuilder +- #33 - ControllerLinkBuilder now considers X-Forwarded-Host header if present + Changes in version 0.3.0.RELEASE (2012-10-09) --------------------------------------------- #15 - Upgraded to Jackson 1.9.10. diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 0389827c..8ded958d 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Hateoas 0.3 +Spring Hateoas 0.4 Copyright (c) [2012] SpringSource, a division of VMware, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License").