From 6d86446b9d8f92cc06c60375d3e67cf3407a57a5 Mon Sep 17 00:00:00 2001 From: Evgeniy Zyubin Date: Sat, 6 May 2023 19:34:44 +0300 Subject: [PATCH] Release version 1.1.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a96721..b545b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # HTTP Message Change Log +## 1.1.1 - 2023.05.06 + +### Fixed + +- [#22](https://github.com/httpsoft/http-message/pull/22) Fixes already encoded userinfo to `HttpSoft\Message\Uri`. +- [#23](https://github.com/httpsoft/http-message/pull/23) Fixes use of UTF-8 characters to host in `HttpSoft\Message\Uri`. +- [#24](https://github.com/httpsoft/http-message/pull/24) Fixes header values normalization by trimming in `HttpSoft\Message\MessageTrait`. + ## 1.1.0 - 2023.05.05 ### Changed