Skip to content

Commit ad9b751

Browse files
committed
docs: update changelog
1 parent a2e247c commit ad9b751

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
- Cache function discovery to avoid duplicate pipeline per test file
3232
- Reduce subshells in test execution hot path
3333
- Batch coverage recording with in-memory buffering
34+
- Cache `uname` result at source time to eliminate repeated subprocess forks in OS detection
35+
- Replace `bc` and `awk` subprocesses with native bash arithmetic in clock and duration formatting
36+
- Cache `base64 -w` flag support at load time instead of detecting per test
37+
- Use direct variable access for assertion state instead of getter subshells in runner hot path
3438

3539
### Fixed
3640
- Mocking `mktemp` no longer breaks spy creation (#602)

0 commit comments

Comments
 (0)