From 4a050ec07c28fd7e74338b9eab2cc050155ce421 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Mon, 26 Apr 2010 12:21:45 -0400 Subject: [PATCH] updated changelog --- CHANGELOG.rdoc | 11 +++++++++++ 1 file changed, 11 insertions(+) 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]