Update Squirrel to 2.2.2 (although README says 2.2.1)
[supertux.git] / src / squirrel / HISTORY
index a76d0ff..7b91808 100644 (file)
@@ -1,3 +1,26 @@
+***version 2.2.2 stable***\r
+-fixed some behaviour inconsistencies in thread.call() and thread.wakeup() (thx Mr.Accident)\r
+-fixed coroutine error propagation\r
+-fixed lingering return value from native function (thx Tom Leonard)\r
+-fixed a bug if array.sort() is given a bad sort function (thx Tom Leonard)\r
+-fixed some minor api bug\r
+-added sq_arrayremove() and sq_arrayinsert()\r
+\r
+***2008-05-16          ***\r
+***version 2.2.1 stable***\r
+-fixed a tailcall bug\r
+\r
+***2008-02-17          ***\r
+***version 2.2 stable  ***\r
+-added _newslot metamethod in classes\r
+-added enums added constants\r
+-added sq_pushconsttable, sq_setconsttable\r
+-added default param\r
+-added octal literals(thx Dinosaur)\r
+-fixed debug hook, 'calls' and 'returns' are properly notified in the same number.\r
+-fixed a coroutine bug\r
+\r
+***2007-07-29          ***\r
 ***version 2.1.2 stable***\r
 -new behaviour for generators iteration using foreach\r
 now when a generator is iterated by foreach the value returned by a 'return val' statement\r