summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-31 14:49:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-31 14:49:16 +0000
commit8a46d4027c5d797eb07afe24d43c37aaa5e33c5d (patch)
treefa3dbaa5d7fb097e82daf4de58e5d5f2a299b2eb /ChangeLog
parent2cdee22370ef9f7ed887c4cf5167576f94db9899 (diff)
eval.c: raise with cause
* eval.c (rb_f_raise): add cause: optional keyword argument. [ruby-core:58610] [Feature #8257] [EXPERIMENTAL] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a8c56c9dd..10d5bcee2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 31 23:49:07 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * eval.c (rb_f_raise): add cause: optional keyword argument.
+ [ruby-core:58610] [Feature #8257] [EXPERIMENTAL]
+
Tue Dec 31 21:44:17 2013 Akio Tajima <artonx@yahoo.co.jp>
* win32/Makefile.sub: remove HAVE_FSEEKO because fseeko removed from win32/win32.c