X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsquirrel%2FHISTORY;h=718834b893eba85aa5e4e4f7dc03c3723756bfdb;hb=472d0ad804844d28811c86f03da74b6d6be53f1b;hp=a76d0ff6dc7d72564228ed57a94fd108e64560bd;hpb=566f8eb2da26d5a2bb4ed5798a5774499f2e511f;p=supertux.git diff --git a/src/squirrel/HISTORY b/src/squirrel/HISTORY index a76d0ff6d..718834b89 100644 --- a/src/squirrel/HISTORY +++ b/src/squirrel/HISTORY @@ -1,3 +1,13 @@ +***version 2.2 stable*** +-added _newslot metamethod in classes +-added enums added constants +-added sq_pushconsttable, sq_setconsttable +-added default param +-added octal literals(thx Dinosaur) +-fixed debug hook, 'calls' and 'returns' are properly notified in the same number. +-fixed a coroutine bug + +***2007-07-29 *** ***version 2.1.2 stable*** -new behaviour for generators iteration using foreach now when a generator is iterated by foreach the value returned by a 'return val' statement