Automatic changelog generation for PR #15200 [ci skip]

This commit is contained in:
SkyratBot
2022-07-28 00:14:25 +02:00
parent a1aee41c68
commit f2fd1e5962
@@ -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."