prepping for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 7117]
This commit is contained in:
Ryan Davis 2012-02-29 20:49:03 -08:00
parent a6294c6f11
commit d5a77a0b2b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
=== 2.11.3 / 2012-02-29
* 2 bug fixes:
* Clarified that assert_raises returns the exception for further testing
* Fixed assert_in_epsilon when both args are negative. (tamc)
=== 2.11.2 / 2012-02-14
* 1 minor enhancement:

View File

@ -644,7 +644,7 @@ module MiniTest
end
class Unit # :nodoc:
VERSION = "2.11.2" # :nodoc:
VERSION = "2.11.3" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: