diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 9f849e61..201cf8cd 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -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]