Skip to content

Commit 47c572b

Browse files
committed
docs(changelog): add Unreleased entry for harmonisation changes
1 parent d32ae13 commit 47c572b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ Version numbers follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html
99

1010
## [Unreleased]
1111

12+
### Changed
13+
- `pyproject.toml`: corrected `authors` field to `t0kubetsu` (consistent
14+
with all other platform modules).
15+
- `reporter`: exposes a public `console` alias (`Console(record=True)`) and
16+
a `save_report(path)` function supporting `.txt`, `.svg`, and `.html`
17+
extensions (unknown extensions fall back to plain text).
18+
- CLI migrated to use `reporter.console`; `print_report()` now renders to
19+
the module-level console so `save_report()` captures the output correctly.
20+
The private `_save_report()` helper in `cli.py` has been removed.
21+
1222
---
1323

1424
## [0.5.0] — 2026-05-05

0 commit comments

Comments
 (0)