Skip to content

Commit d1dd771

Browse files
committed
Update changelog
1 parent 50be14d commit d1dd771

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

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

33
All notable changes to Tokenizer are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [2.0.0] - 2025-12-06
6+
7+
This release bumps the minimum version required to PHP 8.1.
8+
9+
### Added
10+
11+
- New API `XMLSerializer::appendToWriter` to allow easier integration and better performance when writing fragments (Thanks @staabm)
12+
13+
### Changed
14+
15+
- Internal change: Now uses `PHPToken::tokenize` in favor of `token_get_all` (requires PHP 8+) (Thanks @staabm)
16+
517
## [1.3.1] - 2025-111-17
618

719
### Fixed

0 commit comments

Comments
 (0)