From 3c619acd29363af5f68266efbd22acd2c89f053f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 2 Jul 2026 21:34:30 -0400 Subject: [PATCH] Update CHANGELOG for v4.6.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b735b53..9e1277d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v4.6.0 + +### New Features + +- Add lexer user code API to access matched input text positions +- Track rule component text positions and add parser user code API to access + +### Fixes + +- Fixed a few user guide and source comments related to text input positions + ## v4.5.0 ### New Features