Skip to content

Commit 089115b

Browse files
committed
docs(changelog): record alpha.54 routing perf updates
1 parent 2d4b6e4 commit 089115b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ The format is based on Keep a Changelog and the project follows Semantic Version
2929

3030
- [#242](https://github.com/RtlZeroMemory/Rezi/pull/242) feat(design): visual polish and theming upgrades
3131

32+
## [0.1.0-alpha.54] - 2026-03-05
33+
34+
### Performance
35+
36+
- **core/runtime**: Reduced routing commit overhead by skipping full routing rebuilds on non-routing commits, trimming routing GC snapshot work, and avoiding `Object.freeze` on transient routing arrays in hot paths.
37+
38+
### Bug Fixes
39+
40+
- **core/runtime**: Tightened local-state store contracts by requiring `keys()` on virtual-list/table/tree stores and removing optional `keys?.()` fallback usage in renderer GC loops.
41+
42+
### Merged Pull Requests
43+
44+
- [#245](https://github.com/RtlZeroMemory/Rezi/pull/245) perf(core): reduce routing commit overhead
45+
3246
## [0.1.0-alpha.50] - 2026-03-03
3347

3448
### Features

0 commit comments

Comments
 (0)