You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix deprecation message for `Modifier::uri()` method [166](https://github.com/thephpleague/uri-src/pull/166) by [meyerbaptiste](https://github.com/meyerbaptiste)
38
-
- Fix missing SensitiveParameter usage on `Modifier::withUserInfo` method
42
+
- Fix missing `SensitiveParameter` usage on `Modifier::withUserInfo` method
39
43
- Fix Host resolution using the new `HostRecord` class
40
-
- Fix `Modifier::withPath` improve handling of path leading slash presence
44
+
- Fix `Modifier::withPath` improve handling of path leading slash presence for PSR-7 implementing classes
41
45
42
46
### Deprecated
43
47
44
-
- None
48
+
-`Modifier::prependSegment` use `Modifier::prependPath` instead
49
+
-`Modifier::appendSegment` use `Modifier::appendPath` instead
0 commit comments