updated changelog

This commit is contained in:
Javan Makhmali 2010-04-26 12:21:45 -04:00
parent 4ddb2c15ff
commit 4a050ec07c

View File

@ -1,3 +1,14 @@
== 0.4.2 / April 26th, 2010
* runners now cd into the app's directory and then execute. [Michael Guterl]
* Fix STDERR output redirection to file to append instead of overwrite. [weplay]
* Move require of tempfile lib to file that actually uses it. [Finn Smith]
* bugfix: comparison Time with 0 failed. #32 [Dan Hixon]
== 0.4.1 / November 30th, 2009
* exit(0) instead of just exit to make JRuby happy. [Elan Meng]