summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-20 19:11:47 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-20 19:11:47 +0000
commit08f923bdc16ae54dc01d421248f0d00e0ad27b7d (patch)
tree28e6968f01b549506f1a8add94f985528fd156a3 /ChangeLog
parent7fc7651fc68e52401dee530defaf2dbcb434a7f1 (diff)
* iseq.c (exception_type2symbol): show correct bug message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50566 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 5d5451419d..8b12c474e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu May 21 04:11:03 2015 Koichi Sasada <ko1@atdot.net>
+
+ * iseq.c (exception_type2symbol): show correct bug message.
+
Wed May 20 23:19:05 2015 Yusuke Endoh <mame@ruby-lang.org>
* lib/base64.rb: Fix rdoc-formatting for padding argument.