From 0effa21e06e39e78d447d7ff8ea3f96b90afc3c2 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Wed, 6 Jul 2016 17:13:29 +0800 Subject: [PATCH] *fixed a stack memory issue with stack tracing. --- HISTORY | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY b/HISTORY index d18de0e..5d87c86 100755 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,6 @@ Jul. 6 2016 Fixed a memory leak with the PRINT statement +Fixed a stack memory issue with stack tracing Jul. 5 2016 Improved error handling