From 39d93f6eed78e20c9efb075376bf3b60847123b9 Mon Sep 17 00:00:00 2001 From: Houmgaor Date: Thu, 19 Mar 2026 14:37:11 +0100 Subject: [PATCH] docs(changelog): log G-rank Workshop/Cog softlock fix (#180) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebddae10..369c05c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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)) - A second SIGINT/Ctrl+C during the shutdown countdown now force-stops the server immediately - Fixed `ecdMagic` constant byte order causing encryption failures on some platforms ([#174](https://github.com/Mezeporta/Erupe/issues/174)) - Fixed guild nil panics: variable shadowing causing nil panic in scout list ([#171](https://github.com/Mezeporta/Erupe/issues/171))