diff --git a/CHANGELOG.md b/CHANGELOG.md index 369c05c6f..16453b03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.3.0] - 2026-03-19 + ### Fixed - Fixed G-rank Workshop and Master Felyne (Cog) softlock: `MSG_MHF_GET_EXTRA_INFO` and `MSG_MHF_GET_COG_INFO` now parse correctly and return a fail ACK instead of dropping the packet silently ([#180](https://github.com/Mezeporta/Erupe/issues/180)) diff --git a/docs/improvements.md b/docs/improvements.md index 2fb2104cc..b563077d5 100644 --- a/docs/improvements.md +++ b/docs/improvements.md @@ -59,7 +59,7 @@ From `technical-debt.md`: `model_character.go:88,101,113` has `TODO: fix bookshe **Fix:** Analyze save data from affected game versions to determine correct offsets. Apply fix and add regression test. -**Status:** Pending. +**Status:** **Done.** Correct offsets validated against real save data and applied for all affected versions (G1–G10, F4–F5, S6.0). See CHANGELOG [9.3.0]. ---