Skip to content

Commit 684e688

Browse files
committed
Update CHANGELOG for next release
1 parent 6eb42e0 commit 684e688

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file
77
### Added
88

99
- New method to `UriComponentInterface::value`
10+
- New method to `UriComponentInterface::toString`
11+
- New method to `UserInfoInterface::withUser`
12+
- New method to `UserInfoInterface::withPass`
13+
- New method to `UriInterface::toString`
1014

1115
### Fixed
1216

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

2631
## 2.3.0 - 2021-06-28
2732

0 commit comments

Comments
 (0)