From 7c24b8e0506e8f960605c7b198762149a9777d99 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 18 Mar 2013 17:04:46 -0500 Subject: changelog --- Changes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Changes diff --git a/Changes b/Changes new file mode 100644 index 0000000..a27a0bb --- /dev/null +++ b/Changes @@ -0,0 +1,12 @@ +Changelog for scala-test-more + +0.02 2013-03-18 +- Fix hang when a test throws an exception without catching it +- Fix exponential edge case in parsing TAP streams with lots of subtests +- Add lives_ok/dies_ok/throws_ok/exception for testing exceptions +- Passing -v to the test-only task now displays the tap stream in addition to + the summary +- Allow diag() and note() to take any object, rather than just Strings + +0.01 2013-03-07 +- Initial release -- cgit v1.2.3-54-g00ecf