diff --git a/HISTORY b/HISTORY index 7c5145e..c892a8b 100644 --- a/HISTORY +++ b/HISTORY @@ -4,6 +4,28 @@ This section contains release notes of current and past releases. +%#---------------------------------------------------------------------------- +### Version 3.0.1 (2010-07-25) +%#---------------------------------------------------------------------------- + +This release fixes a bug in Ruby 1.8, refactors the code, and better documents +test hooks in the manual. + +Bug fixes: + + * Ruby 1.8 does not pass value to `Hash#delete_if()`. All failure details + were being omitted, instead of just the unavailable ones, as a result. + +Housekeeping: + + * Refactor variable values hash calculation and pretty printing logic. + + * Put FailureDetails pretty-printing modules into their own namespace. + + * Raise error if closest insulated test cannot be not found. + + * Describe all test hooks and add example to manual, plus small revisions. + %#---------------------------------------------------------------------------- ### Version 3.0.0 (2010-07-24) %#---------------------------------------------------------------------------- diff --git a/lib/difects/inochi.rb b/lib/difects/inochi.rb index b6a2968..14983b0 100644 --- a/lib/difects/inochi.rb +++ b/lib/difects/inochi.rb @@ -18,12 +18,12 @@ module DIFECTS ## # Number of this release of this project. # - VERSION = '3.0.0' + VERSION = '3.0.1' ## # Date of this release of this project. # - RELDATE = '2010-07-24' + RELDATE = '2010-07-25' ## # Description of this release of this project.