From 8e27debcacdd41af92dbbd169a8865d9bd0af9d2 Mon Sep 17 00:00:00 2001 From: albertodemichelis Date: Tue, 12 Mar 2019 21:01:15 +0800 Subject: [PATCH] change in HISTORY --- HISTORY | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY b/HISTORY index 0e85d9b..ff055cc 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,12 @@ +***version 3.2 stable*** +-added sq_tailcall +-added rawcall keyword +-closure.call() is now a "native tailcall" and the invoked function can now be suspended +-fixed sq_newmember and sq_rawnewmember properly pop parameters +-fixed capturing free variable on for loop counter before a break statement +-fixed \u in lexer +-various bugfixes + ***version 3.1.1 stable*** -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 deelegates