Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 8, 2024
1 parent ad8a0aa commit deaf021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

All Notable changes to `League\Uri` will be documented in this file

## [Next](https://github.com/thephpleague/uri/compare/7.4.1...master) - TBD
## [7.5.0](https://github.com/thephpleague/uri/compare/7.4.1...7.5.0) - 2024-12-08

### Added

- `Uri::getUsername` returns the encoded user component of the URI.
- `Uri::getPassword` returns the encoded password component of the URI.
- `BaseUri::isOpaque` tells whether a URI is opaque.
- Using PHP8.4 `Deprecated` attribute to signal deprecated public API methods and constants.

### Fixed

Expand Down

0 comments on commit deaf021

Please sign in to comment.