Skip to content

Commit

Permalink
[*]: update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Jul 20, 2023
1 parent d1a8336 commit 4400aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4400aee

Please sign in to comment.