Skip to content

Commit 6f43e1b

Browse files
committed
Update interface CHANGELOG
1 parent d00a622 commit 6f43e1b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

interfaces/CHANGELOG.md

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

0 commit comments

Comments
 (0)