diff --git a/CHANGELOG.md b/CHANGELOG.md index 998f2f3..b67c8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ # CHANGELOG -## [Unreleased] +## [1.1.0] - 2026-09-14 -- Rework documentation. -- Parse PHP source without requiring an opening tag while preserving exact - source text and token positions. +- Add `CodeParser` as a theme-independent API for semantic token streams. +- Parse PHP fragments with or without an opening tag while preserving exact source text and token + positions. ## [1.0.0] - 2026-08-09 - Initial release. +[1.1.0]: https://github.com/altophp/code-highlight/releases/tag/v1.1.0 [1.0.0]: https://github.com/altophp/code-highlight/releases/tag/v1.0.0