summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-04 02:02:32 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-04 02:02:32 +0000
commitffb1a5d8017a5b331c26f2df985e8cf8fb0bf9e6 (patch)
treec208d8e3c34d519de7c5654a7990f97b91697021 /ChangeLog
parentd785c36b885f2cee8353954b87cf5624d387a769 (diff)
Revert r57229 and finally giving up backporting [Bug #13043]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@57263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 0 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f6f8d983d..41eb04b2b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,3 @@
-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