diff --git a/RELEASES.txt b/RELEASES.txt index 73708695..ca9e906d 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -151,7 +151,8 @@ Released * Fixed a switch-case bug where successive case clauses with no code in-between was not handled correctly -* Fixed a for statement control flow bug when continue was used +* Fixed a for statement control flow bug when the third clause of the for + statement was empty and a continue was used * Fixed error lineNumber bug triggered when there was more than 127 source lines between successive compiled statements