From 9d331708bc2e00b211e5257e8e6a58673092fc6d Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Fri, 23 Oct 2015 14:22:16 +0800 Subject: [PATCH] *updated history. --- HISTORY | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY b/HISTORY index 15dab7b..5aca74d 100755 --- a/HISTORY +++ b/HISTORY @@ -3,6 +3,7 @@ Added public collection manipulation interfaces: mb_get_coll, mb_set_coll, mb_re Improved usertype by adding size customizable mb_val_bytes_t to the value union Improved referenced usertype Fixed a dictionary iterator validation bug +Added threshold to the memory pool Oct. 22 2015 Fixed a memory issue in GC, thanks to John and Cybermonkey342 for pointing it out