File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ All Notable changes to `League\Uri` will be documented in this file
66
77### Added
88
9- - ` Uri::isIpv4Host `
10- - ` Uri::isIpv6Host `
11- - ` Uri::isIpvFutureHost `
12- - ` Uri::isRegisteredNameHost `
13- - ` Uri::isDomainHost `
9+ - ` Uri::isIpv4Host ` tells whether the URI host is an IPv4 address
10+ - ` Uri::isIpv6Host ` tells whether the URI host is an IPv6 address
11+ - ` Uri::isIpvFutureHost ` tells whether the URI host is an IPvFuture address
12+ - ` Uri::isRegisteredNameHost ` tells whether the URI host is a registered name
13+ - ` Uri::isDomainHost ` tells whether the URI host is a domain name
1414
1515### Fixed
1616
1717- Query order not respected in ` BaseUri::isSameDocument ` method [ 165] ( https://github.com/thephpleague/uri-src/issues/165 )
1818- Fix Host resolution using the new ` HostRecord ` class, some registered name were wrongly throwing exceptions.
1919- Fix ` Uri::withPath ` improve handling of path leading slash presence
20- - Fix ` UriTemplate::exapndToUrl ` and ` UriTemplate::expandToUrlOrFail ` adding the missing softErrors argument by reference.
20+ - Fix ` UriTemplate::exapndToUrl ` and ` UriTemplate::expandToUrlOrFail ` adding the missing softErrors argument populated by reference.
2121
2222### Deprecated
2323
You can’t perform that action at this time.
0 commit comments