diff --git a/HISTORY b/HISTORY index 782503b..a6a4c86 100755 --- a/HISTORY +++ b/HISTORY @@ -2,11 +2,12 @@ Feb. 22 2016 Added array clone support Added array accessing support of a class instance Added a RAISE statement to the shell +Fixed an iterator disposing issue by referencing a collection weakly Feb. 19 2016 Added source tracing for sub routine invoking Added member accessing support following a routine of a class instance -Fixed a lexical object convertion issue +Fixed a lexical object conversion issue Feb. 18 2016 Added a generic iterator type