chore(changelog): add unreleased entries for post-v0.56.0 fixes

This commit is contained in:
Mario Zechner 2026-03-05 07:12:35 +01:00
parent 1ce870db1b
commit da915ddb99
2 changed files with 9 additions and 0 deletions

View file

@ -2,6 +2,11 @@
## [Unreleased]
### Fixed
- Fixed extension alias fallback resolution to use ESM-aware resolution for `jiti` aliases in global installs ([#1821](https://github.com/badlogic/pi-mono/pull/1821) by [@Perlence](https://github.com/Perlence))
- Fixed markdown blockquote rendering to isolate blockquote styling from default text style, preventing style leakage.
## [0.56.0] - 2026-03-04
### New Features