Skip to content

Commit 7ab7648

Browse files
committed
chore: update CHANGELOG
1 parent e2e7946 commit 7ab7648

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ backward incompatible changes will start to apply when the projects goes 1.0
1818

1919
## [Unreleased]
2020

21+
### Changed
22+
- Persisted LR-table caches are now versioned and validated against the complete
23+
grammar/import closure and table-building options rather than file
24+
modification times. Stale or corrupt caches rebuild automatically;
25+
`force_load_table=True` now rejects them with `TableCacheError`. See
26+
[baa6fac9]. **(BIC)**
27+
- Added the `Parser(table_cache=...)` option. Pass `False` for an in-memory
28+
table only, or an explicit path to keep the generated cache outside the
29+
grammar directory. See [baa6fac9]. **(BIC)**
30+
31+
[e2e7946f8]: https://github.com/igordejanovic/parglare/commit/e2e7946f8
2132

2233
## [0.21.1] (released: 2026-07-03)
2334

0 commit comments

Comments
 (0)