From 7911d84d483718314339a402b8dc688a7c231492 Mon Sep 17 00:00:00 2001 From: Houmgaor Date: Fri, 27 Feb 2026 15:02:30 +0100 Subject: [PATCH] docs: log alliance application toggle fix in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa4f87f9..18332d0db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed guild alliance application toggle being hardcoded to always-open — now persisted in DB and togglable by the parent guild leader via `OperateJoint` Allow/Deny actions ([#166](https://github.com/Mezeporta/Erupe/issues/166)) - Fixed gacha shop not working on G1–GG clients due to protocol differences in `handleMsgMhfEnumerateShop` when `ShopType` is 1 or 2 — thanks @Sin365 (#150) - Config file handling and validation - Fixes 3 critical race condition in handlers_stage.go.