diff --git a/CHANGELOG.md b/CHANGELOG.md index a075025..3077673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 1.3.0 - unreleased +## 1.3.0 - 2022-02-11 - Do not log request when loggin response again, but use UID to identify request that belongs to response. @@ -9,6 +9,9 @@ info if any error is logged. - Removed the request and response from the log context. They did not get printed because they don't implement `__toString`. +- Supporting the newly introduced message formatter method + `formatResponseForRequest` that allows more flexibility in the formatter. + See https://github.com/php-http/message/pull/146 ## 1.2.2 - 2021-07-26