Skip to content

Commit 3754561

Browse files
committed
Update CHANGELOG to contain information on 1.3.0 and 1.3.1
1 parent b7489ce commit 3754561

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## [1.3.1] - 2025-111-17
6+
7+
### Fixed
8+
9+
* [#37](https://github.com/theseer/tokenizer/issues/37): v1.3.0 introduced a breaking change on the token collection (ArrayAccess interface removed)
10+
11+
## [1.3.0] - 2025-11-13
12+
13+
### Changed
14+
15+
* Require at least PHP 7.3 for building, code should still be PHP 7.2 compliant
16+
* Merge various performance improvements provided by @staabm
17+
* Merge some code cleanups provided by @staabm
18+
519
## [1.2.3] - 2024-03-03
620

721
### Changed
@@ -28,7 +42,7 @@ This release is now PHP 8.0 compliant.
2842

2943
### Fixed
3044

31-
* Whitespace handling in general (only noticable in the intermediate `TokenCollection`) is now consitent
45+
* Whitespace handling in general (only noticeable in the intermediate `TokenCollection`) is now consistent
3246

3347
### Changed
3448

@@ -76,6 +90,8 @@ This release is now PHP 8.0 compliant.
7690

7791
Initial Release
7892

93+
[1.3.1]: https://github.com/theseer/tokenizer/compare/1.3.0...1.3.1
94+
[1.3.0]: https://github.com/theseer/tokenizer/compare/1.2.3...1.3.0
7995
[1.2.3]: https://github.com/theseer/tokenizer/compare/1.2.2...1.2.3
8096
[1.2.2]: https://github.com/theseer/tokenizer/compare/1.2.1...1.2.2
8197
[1.2.1]: https://github.com/theseer/tokenizer/compare/1.2.0...1.2.1

0 commit comments

Comments
 (0)