History.txt in ZenTest-3.9.2 vs History.txt in ZenTest-3.9.3

- old
+ new

@@ -1,4 +1,25 @@ +=== 3.9.3 / 2008-06-09 + +* 12 minor enhancements: + + * Added $RUBY env support to autotest so you can swap what ruby to run. + * Added ALL_HOOKS array to autotest for hook devs. + * Added EXCLUDED_VERSIONS to multiruby. Integrated with hoe. + * Added miniunit compatibility to unit_diff's output. + * Multiruby now determines the latest versions 1.8/1.9 automatically. + * Removed deprecated :run hook. + * Fixed zentest_assertions to be compatible with miniunit. Will phase out. + * Minor autotest plugin cleanup / fixes. + * Moved assert_callback to test/rails/test_case.rb + * Reversed assert_includes' arguments. + * Updated requirements info for other ruby impls. + * util_capture now returns strings, not iostrings. + +* 1 bug fixes: + + * (add|remove)_(mappings|exceptions) now all return nil to help fix autotest hooks. + === 3.9.2 / 2008-03-20 * 4 minor enhancements: * Added compatibility with miniunit differences.