docs: update changelog for v2.14.1
This commit is contained in:
parent
e0c9dc638e
commit
dd9d837304
1 changed files with 8 additions and 1 deletions
|
|
@ -6,6 +6,12 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.14.1] - 2026-03-15
|
||||
|
||||
### Fixed
|
||||
- **Quiet auto-mode warnings** — internal recovery machinery (dispatch gap watchdog, model fallback chain) downgraded to verbose-only. Users only see warnings when action is needed.
|
||||
- **Dispatch recovery hardening** — artifact fallback when completion key missing, TUI freeze prevention, reentrancy guard, atomic writes, stale runtime record cleanup
|
||||
|
||||
## [2.14.0] - 2026-03-15
|
||||
|
||||
### Added
|
||||
|
|
@ -635,7 +641,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||
### Changed
|
||||
- License updated to MIT
|
||||
|
||||
[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.14.0...HEAD
|
||||
[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.14.1...HEAD
|
||||
[2.14.1]: https://github.com/gsd-build/gsd-2/compare/v2.14.0...v2.14.1
|
||||
[2.14.0]: https://github.com/gsd-build/gsd-2/compare/v2.13.1...v2.14.0
|
||||
[2.13.1]: https://github.com/gsd-build/gsd-2/compare/v2.13.0...v2.13.1
|
||||
[2.13.0]: https://github.com/gsd-build/gsd-2/compare/v2.12.0...v2.13.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue