From f2fd1e596287498c07a9274b81b272c6ae4142e7 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 28 Jul 2022 00:14:25 +0200 Subject: [PATCH] Automatic changelog generation for PR #15200 [ci skip] --- html/changelogs/AutoChangeLog-pr-15200.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-15200.yml diff --git a/html/changelogs/AutoChangeLog-pr-15200.yml b/html/changelogs/AutoChangeLog-pr-15200.yml new file mode 100644 index 00000000000..84ec7c657c4 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-15200.yml @@ -0,0 +1,9 @@ +author: "Zonespace27" +delete-after: True +changes: + - bugfix: "Fixes most, if not all harddels related to lua." + - bugfix: "Fixed lua signal handlers for COMSIG_PARENT_QDELETED." + - qol: "The lua editor UI will warn when a state's global table has been corrupted or shadowed." + - qol: "Internal auxlua errors will provide more verbose error messages." + - bugfix: "Possibly fixed chat by way of removing seemingly unrelated code that turns out to have been unnecessary in the first place." + - bugfix: "In lua, if you shadow the global table (_G), you will no longer be prevented from running any further code, and as such, can unshadow the global table."