Skip to content

Commit 65be016

Browse files
authored
Merge pull request #348 from jeremykendall/feature/support-ip-subdomain
Resolve #347 allow ip-like subdomains
2 parents 87b2ca9 + fd11f57 commit 65be016

File tree

6 files changed

+410
-235
lines changed

6 files changed

+410
-235
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All Notable changes to `PHP Domain Parser` starting from the **5.x** series will be documented in this file
44

5+
## Next - TBD
6+
7+
### Added
8+
9+
- `RegisteredName` class to allow subdomain with IP-like labels [#347](https://github.com/jeremykendall/php-domain-parser/issues/347)
10+
11+
### Fixed
12+
13+
- Using PHPUnit 10
14+
15+
### Deprecated
16+
17+
- None
18+
19+
### Removed
20+
21+
- None
22+
523
## 6.2.0 - 2022-10-30
624

725
### Added

0 commit comments

Comments
 (0)