From 4400aeea47be95d729b7d3e0309b892ea2129ebb Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Fri, 21 Jul 2023 00:03:18 +0200 Subject: [PATCH] [*]: update the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6933761..23874f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - allow to use "psr/log" 2.0.* || 3.0.* breaking change: +- minimal PHP version 7.4 - fixed "Response->hasBody()", now if will return `false` for an empty body - "Stream->getContents()" now returns always a string, if we need the old behaviors, use can use "Stream->getContentsUnserialized()" - "psr/http-message" v2 has return types, so you need to use them too, if you extend one of this classes