diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5c1821..ab5be315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog ========= +1.4.0-RC1 +--------- + * **2016-01-09**: When ChainRouter::match is used with a RequestMatcher, the Request is now properly rebuilt from the RequestContext if that was set on the ChainRouter. @@ -9,6 +12,11 @@ Changelog not force a RouterInterface. * **2014-09-29**: Deprecated DynamicRouter::match in favor of matchRequest. +1.3.0 +----- + +Release 1.3.0 + 1.3.0-RC1 ---------