History.txt in minitest-2.11.2 vs History.txt in minitest-2.11.3
- old
+ new
@@ -1,4 +1,11 @@
+=== 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:
* Display failures/errors on SIGINFO. (tenderlove)