Skip to content

Commit

Permalink
Update CHANGELOG for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jun 17, 2023
1 parent 6eb42e0 commit 684e688
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file
### Added

- New method to `UriComponentInterface::value`
- New method to `UriComponentInterface::toString`
- New method to `UserInfoInterface::withUser`
- New method to `UserInfoInterface::withPass`
- New method to `UriInterface::toString`

### Fixed

Expand All @@ -22,6 +26,7 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file
- Support for `__set_state`
- `UriComponentInterface::getContent` is removed in favor of `UriComponentInterface::value`
- `UriComponentInterface::withContent` is removed with no replacement use other means to change the value of the component.
- `UserInfoInterface::withUserInfo` is removed in favor of `UserInfoInterface::withUser` and `UserInfoInterface::withPass`.

## 2.3.0 - 2021-06-28

Expand Down

0 comments on commit 684e688

Please sign in to comment.