mirror of
https://github.com/albertodemichelis/squirrel.git
synced 2026-01-11 22:18:43 +01:00
change in HISTORY
This commit is contained in:
9
HISTORY
9
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
|
||||
|
||||
Reference in New Issue
Block a user