From 792d8f694cca9474d6e2b19e902065f47e06502b Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Mon, 22 Feb 2016 21:29:53 +0800 Subject: [PATCH] *updated history. --- HISTORY | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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