aboutsummaryrefslogtreecommitdiffstats
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
commit9bd9e001adff0e83ad4646cbd9ed51cc6dc391a9 (patch)
tree28e6968f01b549506f1a8add94f985528fd156a3 /ChangeLog
parent8cb2f9c705e05db01ce998233d1e8e0ae7feb749 (diff)
downloadruby-9bd9e001adff0e83ad4646cbd9ed51cc6dc391a9.tar.gz
* 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.