From 4147f19b9de3b5af6a258f35d7a0efbbf9963298 Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Sat, 28 May 2022 07:39:14 +0200 Subject: [PATCH] prepare 6.6.0 release --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f00e94..c62861cf 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.6.0](https://github.com/thephpleague/uri-components/compare/6.5.0...6.6.0) - 2022-05-28 ### Added @@ -10,7 +10,9 @@ All Notable changes to `League\Uri` will be documented in this file ### Fixed -- None +- Some errors are moved from `TypeError` to `InvalidArgumentException` to align with other `UriInterface` PSR-7 implementations. +- Improved documentation by [@GwendolenLynch](https://github.com/GwendolenLynch) +- Added PSR7 compliance tests from [the PHP-HTTP group](https://github.com/php-http/psr7-integration-tests) ### Deprecated @@ -18,7 +20,7 @@ All Notable changes to `League\Uri` will be documented in this file ### Remove -- None +- Support for PHP7.3 ## 6.5.0 - 2021-08-27