Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Mar 31, 2023
1 parent 0ebdcc7 commit ee3eee0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.6.0

### Changed

- 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
- Normalize leading slashes for Uri::getPath()

## 1.5.1

### Fixed
Expand Down

0 comments on commit ee3eee0

Please sign in to comment.