diff --git a/History.txt b/History.txt index a3f6ed7..55704e7 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,22 @@ +=== 4.5.0 / 2011-02-18 + +* 6 minor enhancements: + + * Added autotest -w flag to turn on warnings. Turned off warnings by default. + * Added autotest/preload.rb to deal with rails being egregiously slow. + * Added child process handling/cleanup on signals. + * Added postinitialize hook. + * Improved restart mechanism to include all flags. + * Refactored restart plugin to Autotest#restart. + +* 5 bug fixes: + + * Added sigquit handler to restart app straight up. + * Fixed autotest/isolate so it works + * Fixed parse_options to take args array (default ARGV) and to be non-destructive. + * Strip ascii color to avoid false positives. (graemeworthy) + * Use RbConfig to remove warning + === 4.4.2 / 2010-12-10 * 2 bug fixes: diff --git a/lib/zentest.rb b/lib/zentest.rb index 788e3f0..a9c7591 100644 --- a/lib/zentest.rb +++ b/lib/zentest.rb @@ -53,7 +53,7 @@ def zentest class ZenTest - VERSION = '4.4.2' + VERSION = '4.5.0' include ZenTestMapping