From 910b88147367570c8ab014675943f8977fe292a8 Mon Sep 17 00:00:00 2001 From: ix0rai Date: Sat, 20 Jul 2024 22:13:05 -0500 Subject: [PATCH] add changelog for 2.4.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9435b9a4a..61c27961c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -209,3 +209,13 @@ With this release, we made quite a few changes in the direction of supporting mo - updated gradle and fixed deprecations - updated dependencies - vineflower: `1.10.0` -> `1.10.1` + +# 2.4.1 + +As always, we need a quick bugfix release before the next big update. `2.4.1` fixes some long-standing issues! + +- fixed javadocs applied to parameters with proposed names becoming detached from the parameter due to being saved incorrect in the Enigma mappings format +- fixed the GUI still attempting to confirm warnings when a fatal error is present in a validation +- updated dependencies + - guava: `33.0.0` -> `33.2.1` + - proguard: `7.4.0` -> `7.5.0`