From 7bfa2c091b1f3261b06b47f3778daa7c49986740 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Tue, 20 Oct 2015 18:46:19 +0800 Subject: [PATCH] *fixed a wrong processing bug when return in an IF statement chunk. --- HISTORY | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY b/HISTORY index 01c38e0..4053a71 100755 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,7 @@ Oct. 20 2015 Added a SRND statement Added range support for RND statement +Fixed a wrong processing bug when return in an IF statement chunk Improved error handling Oct. 19 2015