You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
All Notable changes to `PHP Domain Parser` starting from the **5.x** series will be documented in this file
4
4
5
+
## [6.4.0] - 2025-04-22
6
+
7
+
### Added
8
+
9
+
-`DomainName::withRootLabel`, `DomainName::withoutRootLabel`, `DomainName::isAbsolute` methods to handle absolute domain names.
10
+
11
+
### Fixed
12
+
13
+
- Absolute domain name can now also be resolved by the package see issue [#361](https://github.com/jeremykendall/php-domain-parser/issues/361) prior to this release an exception was thrown.
14
+
- Since we no longer support PHP7 type hint and return type are improved.
0 commit comments