From 52f0e18747823557e0a6ba6363758ce93b701c03 Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Tue, 22 Feb 2022 23:52:54 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c11afeb..7faed3a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ - Fix wiki update feature. - Fix issue with Sub/Function parameters in `Declare` blocks with `$NoPrefix`. - Fix issue with Sub/Function parameters without types after `As`. +- Fix issue with capitalization of array names in `LBound/UBound` calls. +- Fix capitalization of 'To' in `Case` statements.