From d9c7c694487fc2ddcd977901191e3ef509e6e0ad Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Tue, 12 Oct 2021 00:41:50 -0300 Subject: [PATCH] Update changelog Thanks to Starcat System helping track down the Static Array issue. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd2d183a..929e920ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ ## Fixes ### All platforms -- +- Fix "Duplicate definition" error with `Static` arrays in Subs/Functions with active `On Error` trapping. \ No newline at end of file +--->