diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7380c1..ce5a4be6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `League\Uri` will be documented in this file -## Next - TBD +## 6.1.1 - 2020-01-30 ### Added @@ -10,7 +10,7 @@ All Notable changes to `League\Uri` will be documented in this file ### Fixed -- Nothing +- `League\Uri\UriTemplate` variables validation and normalization improved ### Deprecated diff --git a/docs/uri/6.0/index.md b/docs/uri/6.0/index.md index 0f9938ed..586ac6a5 100644 --- a/docs/uri/6.0/index.md +++ b/docs/uri/6.0/index.md @@ -29,6 +29,7 @@ To ease URI objects creation and manipulation, the following helper classes are - the [UriInfo](/uri/6.0/info) : retrieves RFC3986 related info from an URI object; - the [UriResolver](/uri/6.0/resolver) : resolves or relativizes an URI against a base URI; - the [UriString](/uri/6.0/parser-builder) : parses or builds an URI string into or from its components; +- the [UriTemplate](/uri/6.0/uri-template) : expands an URI template string into an URI object; System Requirements -------