Skip to content

Commit f465ef8

Browse files
committed
Update changelog
1 parent 992eb21 commit f465ef8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
- Lexers can now use `pub(crate)` visibility, and other visibilities supported
77
by Rust and the `syn` crate. Previously only `pub` was supported.
88

9+
- Eliminate redundant `backtrack` calls in generated code, improving code size
10+
and runtime performance. Runtime performance improved 13% in a benchmark.
11+
(#69)
12+
913
# 2023/09/03: 0.15.0
1014

1115
- Lexer type declarations can now have outer attributes other than just

0 commit comments

Comments
 (0)