summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-21 12:33:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-21 12:33:44 +0000
commitac466de7ff7bb62f86e2252d479d9db8c1f98500 (patch)
treec3430184974505052ead450a5b7d4eb8135a0534 /ChangeLog
parent04f674188e423a5af7af51c074d5f531be537e1b (diff)
* lib/test/unit.rb (assert_nothing_raised): raise with backtrace.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e59564998b..dc72f42383 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct 21 21:33:36 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/test/unit.rb (assert_nothing_raised): raise with backtrace.
+
Tue Oct 21 20:12:19 2008 Tanaka Akira <akr@fsij.org>
* lib/test/unit.rb (assert_nothing_raised): set backtrace.