summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-28 21:00:45 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-28 21:00:45 +0000
commitd785c36b885f2cee8353954b87cf5624d387a769 (patch)
tree07e43222d10fe2890179056a51a72ec5f49f9ed7 /ChangeLog
parent543a8b5e3d6869ab2312019afdd7ec277125b626 (diff)
merge revision(s) 57137: [Backport #13043]
eval.c: fix circular cause * eval.c (exc_setup_cause): always set cause of cause to get rid of circular references. [ruby-core:78688] [Bug #13043] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@57229 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 41eb04b2b5..8f6f8d983d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 29 06:00:08 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * eval.c (exc_setup_cause): always set cause of cause to get rid
+ of circular references. [ruby-core:78688] [Bug #13043]
+
Tue Dec 27 20:43:54 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* time.c (usec2subsecx): fix return type, which is a numeric object but