From c746c88b8d8223076e26fb1e486096d51b05060d Mon Sep 17 00:00:00 2001 From: SnaveSutit Date: Sun, 3 May 2026 07:43:13 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Add=20missing=20fixes=20to=201.1?= =?UTF-8?q?0.0-beta.6=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pluginPackage/changelog.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pluginPackage/changelog.json b/src/pluginPackage/changelog.json index 4b110bdb..b1e20b56 100644 --- a/src/pluginPackage/changelog.json +++ b/src/pluginPackage/changelog.json @@ -716,7 +716,9 @@ "list": [ "Fixed Blueprints failing to save due to missing `fs` global.", "Fixed Animated Java failing to reload correctly when plugins are reloaded.", - "Fixed JSON Text Components failing to add quotes around strings that start with numeric characters." + "Fixed JSON Text Components failing to add quotes around strings that start with numeric characters.", + "Fixed [#491](https://github.com/Animated-Java/animated-java/issues/491)", + "Fixed [#490](https://github.com/Animated-Java/animated-java/issues/490)" ] } ]