Skip to content

Commit f81bfe9

Browse files
committed
update CHANGELOG
1 parent 969bfe3 commit f81bfe9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ All Notable changes to `PHP Domain Parser` **5.x** series will be documented in
66

77
### Added
88

9-
- Support for IDNA_OPTIONS settings in all the classes see [#236](https://github.com/jeremykendall/php-domain-parser/pull/236) thanks to [Insolita](https://github.com/Insolita)
9+
- Support for `IDNA_OPTIONS` settings in all the classes see [#236](https://github.com/jeremykendall/php-domain-parser/pull/236) thanks to [Insolita](https://github.com/Insolita)
10+
- `PublicSuffix::labels` and `Domain::labels` to return the VO labels see [#241](https://github.com/jeremykendall/php-domain-parser/pull/241)
1011

1112
### Fixed
1213

13-
- Don't swallow cache errors [#232](https://github.com/jeremykendall/php-domain-parser/issues/232)
14+
- Don't swallow cache errors [#232](https://github.com/jeremykendall/php-domain-parser/issues/232)
15+
- Update travis settings to allow testing against future version of PHP.
1416

1517
### Deprecated
1618

0 commit comments

Comments
 (0)