File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments