From 4db668354fd22ffa728ad69fcecb0fc50bbd9659 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 1 Mar 2024 09:12:56 -0500 Subject: [PATCH] Add missing overflow fix --- changelog.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.yml b/changelog.yml index 183efac2fa..d55b671481 100644 --- a/changelog.yml +++ b/changelog.yml @@ -189,6 +189,7 @@ Components: WebControlPanel: 5.6.0 Changes: - Descriptions: + - Fixed parsing GitHub pull request triggering an Int32 overflow. - Fixed event scripts always running with low priority if the configuration option for `Session:LowPriorityDeploymentProcesses` was set instead of only in the deployment pipeline. - Added support for DMAPI triggered custom event scripts. These cannot have the same name as TGS built-in events. - Fixed `.deb` package sometimes not creating a `tgstation-server` home directory.