From c68ca445abb04817d740ddd6d0b3551826ef0c5a Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Fri, 27 Aug 2021 11:50:27 +0200 Subject: [PATCH] Prepare 6.5.0 release --- CHANGELOG.md | 4 ++-- docs/_layouts/homepage.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.