X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsquirrel%2FHISTORY;h=7b918084c648e2b3306fcd4615cb61fd64f13b40;hb=a39f0e0a71a24498f645bfe9fcc9e1525ff3b830;hp=718834b893eba85aa5e4e4f7dc03c3723756bfdb;hpb=eb4c8443d15d5ad31b2dfa494d9828992ba38db6;p=supertux.git diff --git a/src/squirrel/HISTORY b/src/squirrel/HISTORY index 718834b89..7b918084c 100644 --- a/src/squirrel/HISTORY +++ b/src/squirrel/HISTORY @@ -1,4 +1,17 @@ -***version 2.2 stable*** +***version 2.2.2 stable*** +-fixed some behaviour inconsistencies in thread.call() and thread.wakeup() (thx Mr.Accident) +-fixed coroutine error propagation +-fixed lingering return value from native function (thx Tom Leonard) +-fixed a bug if array.sort() is given a bad sort function (thx Tom Leonard) +-fixed some minor api bug +-added sq_arrayremove() and sq_arrayinsert() + +***2008-05-16 *** +***version 2.2.1 stable*** +-fixed a tailcall bug + +***2008-02-17 *** +***version 2.2 stable *** -added _newslot metamethod in classes -added enums added constants -added sq_pushconsttable, sq_setconsttable