History.txt in ZenTest-3.7.2 vs History.txt in ZenTest-3.8.0

- old
+ new

@@ -1,4 +1,23 @@ +=== 3.8.0 / 2008-01-12 + +* 10 minor enhancements: + + * Added basic support for rubinius in multiruby. + * Changed Dunno! message to only output on -v + * Added Getting Started with Autotest by Philippe Hanrigou (with permission) + * Updated example_dot_autotest.rb for newer plugins. + * Cleaned up rdoc. + * Worked with David Chelimsky to make Autotest more uber for subclasses. + * Removed exceptions and test_mappings accessors and replaced with add/remove/clear methods. Updating .autotest should be very straightforward. + * Moved :initialize hook to beginning of run method + * Changed load/customization order to be: + * Autotest + * AutotestSubClass + * ~/.autotest + * ./.autotest (yes, both .autotest files). + * Moved away from using instance variables to encourage subclasses to use accessors. + === 3.7.2 / 2008-01-09 * 2 minor enhancements: * Extended file map for tests to include subdirs correctly.