From 985bd29f52f6381ee0407edc86fc36472df33629 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Fri, 11 Feb 2022 14:20:17 +0100 Subject: [PATCH] prepare release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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