diff --git a/CHANGELOG.md b/CHANGELOG.md index 234de99d..5dc781ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ All Notable changes to `League\Uri` will be documented in this file -## Next - TBD +## 6.5.0 - 2021-08-27 ### Added -- `Uri::toString` a class that implements PSR-17 UriFactoryInterface. The package needs to be present for the class to work. +- `Uri::toString` as a clean method to return URI string representation. - `IDNA` conversion in now normalize using the `Uri-Interface` package classes ### Fixed diff --git a/docs/_layouts/homepage.html b/docs/_layouts/homepage.html index cc2c6739..b0d97ea1 100644 --- a/docs/_layouts/homepage.html +++ b/docs/_layouts/homepage.html @@ -47,7 +47,7 @@

Intuitive

Highlights

This suite of packages provides simple and intuitive classes to parse, validate, format and manipulate URIs and their components. It is built to enable working with - any kind of RFC3986 compliant URI and also follow closely the latest WHATG Living standard specification.

+ any kind of RFC3986 compliant URI and also follow closely the latest WHATWG Living standard specification.