Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored Apr 1, 2023
1 parent 1a35105 commit 08b14f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file, in reverse
- Seek to the begining of the string when using Stream::create()
- Populate ServerRequest::getQueryParams() on instantiation
- Improve extensibility by removing `@final` and making Stream's constructor public
- Encode userinfo (but don't double-encode) in Uri
- Encode reserved characters in userinfo in Uri
- Normalize leading slashes for Uri::getPath()
- Add some missing type checks on arguments

Expand Down

0 comments on commit 08b14f5

Please sign in to comment.