History.txt in test-unit-2.0.3 vs History.txt in test-unit-2.0.4

- old
+ new

@@ -1,4 +1,26 @@ +=== 2.0.4 / 2009-10-17 + +* 4 major enhancements + * use ~/.test-unit.yml as global configuration file. + * add TAP runner. (--runner tap) + * support colorized diff: + http://test-unit.rubyforge.org/svn/trunk/images/color-diff.png + * add Test::Unit::AutoRunner.default_runner= to specify default test runner. + +* 4 minor enchancements + * improve verbose mode output format. (use indent) + * support NOT_PASS_THROUGH_EXCEPTIONS. + * support arguments option in #{runner}_options. + * TC_ -> Test in sample test case name. + +* 1 bug fixes + * [#27195] test-unit-2.0.3 + ruby-1.9.1 cannot properly test + DelegateClass subclasses [Mike Pomraning] + +* Thanks + * Mike Pomraning + === 2.0.3 / 2009-07-19 * 6 major enhancements * add assert_predicate. * add assert_not_predicate.