Skip to content

Commit 8d587cd

Browse files
committed
Update URI CHANGELOG
1 parent 5014633 commit 8d587cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)