Navigation Menu

Skip to content

Commit

Permalink
Version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Jul 25, 2010
1 parent fae5f8d commit 91538f6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions HISTORY
Expand Up @@ -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)
%#----------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions lib/difects/inochi.rb
Expand Up @@ -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.
Expand Down

0 comments on commit 91538f6

Please sign in to comment.