chore(changelog): note Bedrock model generation cleanup

This commit is contained in:
Mario Zechner 2026-02-04 02:32:07 +01:00
parent 1fe73ad423
commit f77a1f6726
2 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Changed
- Changed Bedrock model generation to drop legacy workarounds now handled upstream ([#1239](https://github.com/badlogic/pi-mono/pull/1239) by [@unexge](https://github.com/unexge))
## [0.51.4] - 2026-02-03
## [0.51.3] - 2026-02-03

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Changed
- Changed Bedrock model generation to drop legacy workarounds now handled upstream ([#1239](https://github.com/badlogic/pi-mono/pull/1239) by [@unexge](https://github.com/unexge))
### Fixed
- Fixed Windows package installs regression by using shell execution instead of `.cmd` resolution ([#1220](https://github.com/badlogic/pi-mono/issues/1220))