File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,18 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file
66
77### Added
88
9- - ` HostRecord ` class to normalize parsing and caching Host resolution through all packages
10- - ` HostType ` Enum
11- - ` HostFormat ` Enum
9+ - ` HostRecord ` class to normalize parsing and caching Host resolution
10+ - ` HostType ` Host type enumeration list as defined by RFC3986
11+ - ` HostFormat ` Host format enumaration list as defined by RFC3986/RFC3987
1212
1313### Fixed
1414
15- - ` UriString::buildAuthority ` should fails if an optional component is present when the host is missing.
15+ - ` UriString::buildAuthority ` should fail if an optional component is present when the host is missing.
16+ - ` UriString::build ` should fail if an optional component is present when the host is missing.
1617
1718### Deprecated
1819
19- - ` UriString::isValidHost ` use ` HostRecord::validate ` method instead
20+ - ` UriString::isValidHost ` use ` HostRecord::isValid ` method instead
2021
2122### Removed
2223
You can’t perform that action at this time.
0 commit comments