Skip to content

Commit 69b0db2

Browse files
committed
Update CHANGELOG
1 parent d56106c commit 69b0db2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

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

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

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.
15+
16+
### Deprecated
17+
18+
- None
19+
20+
### Removed
21+
22+
- None
23+
524
## [6.3.0] - 2023-02-25
625

726
### Added

0 commit comments

Comments
 (0)