History.txt in test-unit-2.0.5 vs History.txt in test-unit-2.0.6
- old
+ new
@@ -1,4 +1,30 @@
+=== 2.0.6 / 2010-01-09
+
+* 3 major enhancements
+ * [#27380] Declarative syntax? [Daniel Berger]
+ support declarative syntax:
+
+ test "test description in natural language" do
+ ...
+ end
+ * support test description:
+ description "test description in natural language"
+ def test_my_test
+ ...
+ end
+ * make max diff target string size customizable by
+ TEST_UNIT_MAX_DIFF_TARGET_STRING_SIZE environment variable.
+
+* 2 bug fixes
+ * [#27374] omit_if unexpected behavior [David MARCHALAND]
+ * fix a bug that tests in sub directories aren't load with --basedir.
+ [Daniel Berger]
+
+* Thanks
+ * David MARCHALAND
+ * Daniel Berger
+
=== 2.0.5 / 2009-10-18
* 1 bug fixes
* [#27314] fix diff may raise an exception. [Erik Hollensbe]