From e1bd49d1eb4611831ebf5949319f3c3f415cd133 Mon Sep 17 00:00:00 2001 From: Alberto Demichelis Date: Sun, 3 Nov 2024 12:29:04 +0100 Subject: [PATCH] updated HISTORY --- HISTORY | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY b/HISTORY index d09d9ee..e5ff78a 100644 --- a/HISTORY +++ b/HISTORY @@ -6,6 +6,7 @@ -added table.keys() and table.values() -added table.filter() -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 optional initializer in array.reduce() -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) -fixed _set method in userdata delegates -fixed some warnings +-fixed security vulnerability in scratchpad(thx Radnai L.) ***2016-03-27 *** ***version 3.1 stable***