浏览代码

updated HISTORY

Alberto Demichelis 1 年之前
父节点
当前提交
e1bd49d1eb
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      HISTORY

+ 2 - 0
HISTORY

@@ -6,6 +6,7 @@
 -added table.keys() and table.values()
 -added table.keys() and table.values()
 -added table.filter()
 -added table.filter()
 -added skipempty in split()
 -added skipempty in split()
+-implemented faster string concatenation that doesn't copy the strings before hashing
 -additional parameters in array.map() and array.apply()
 -additional parameters in array.map() and array.apply()
 -additional optional initializer in array.reduce()
 -additional optional initializer in array.reduce()
 -added sqstd_pushstringf and sqstd_throwerrorf
 -added sqstd_pushstringf and sqstd_throwerrorf
@@ -17,6 +18,7 @@
 -sq_gettypetag doesn't set last error(it's treated as SQBool function but keeps a SQRESULT for backward compatibility)
 -sq_gettypetag doesn't set last error(it's treated as SQBool function but keeps a SQRESULT for backward compatibility)
 -fixed _set method in userdata delegates
 -fixed _set method in userdata delegates
 -fixed some warnings
 -fixed some warnings
+-fixed security vulnerability in scratchpad(thx Radnai L.)
 
 
 ***2016-03-27      ***
 ***2016-03-27      ***
 ***version 3.1 stable***
 ***version 3.1 stable***