*updated history.

This commit is contained in:
Wang Renxin 2015-10-23 14:22:16 +08:00
parent d414cffca6
commit 9d331708bc

View File

@ -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