diff --git a/CHANGELOG.md b/CHANGELOG.md index 658d85f03..2d27f2a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,14 @@ All Notable changes to `League\Uri` will be documented in this file -## Next - TBD +## 6.3.0 - 2020-08-13 ### Added - `UriInfo::getOrigin` to returns the URI origin as described in the WHATWG URL Living standard specification - `UriTemplate\Template`, `UriTemplate\Expression`, `UriTemplate\VarSpecifier`, `UriTemplate\VariableBag` to -imporove `UriTemplate` implementation. +improve `UriTemplate` implementation. +- Added early support for PHP8 ### Fixed