aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-18 17:04:46 -0500
committerJesse Luehrs <doy@tozt.net>2013-03-18 17:04:46 -0500
commit7c24b8e0506e8f960605c7b198762149a9777d99 (patch)
tree80d18dad7bd894fddb945313b3f8e34e434e8a69
parent07b85258faf3c16e968df3542a5385352faa8851 (diff)
downloadscala-test-more-7c24b8e0506e8f960605c7b198762149a9777d99.tar.gz
scala-test-more-7c24b8e0506e8f960605c7b198762149a9777d99.zip
changelog0.02
-rw-r--r--Changes12
1 files changed, 12 insertions, 0 deletions
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