From deaf0214f1fcdef41dc92fe4e7a5affa9d64fb60 Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Sun, 8 Dec 2024 09:18:47 +0100 Subject: [PATCH] Prepare next release --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a36f43639..cba921d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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