aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-04 20:24:13 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-04 20:24:13 -0500
commit19a67b8d18cde472916163973cd6520425f09796 (patch)
tree5aa70fb0e24cb62537929894848eadb1a72fa384
parent50b30e656a4bad3e61bda6848152526220748ded (diff)
downloadscala-test-more-19a67b8d18cde472916163973cd6520425f09796.tar.gz
scala-test-more-19a67b8d18cde472916163973cd6520425f09796.zip
changelog
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index a27a0bb..1327a20 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Changelog for scala-test-more
+0.03 2013-04-04
+- Fix type definitions for is() and isnt() (rafl)
+- User-defined messages with newlines shouldn't generate invalid TAP (rafl)
+
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