summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-27 13:17:50 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-27 13:17:50 +0000
commitcf23ad429da3213fd3b1261c546dfa08e7dba2bf (patch)
tree3271f1f22c8c2e0b2124af532dded5cecf731085 /ChangeLog
parentca68da226fe7058cefde146707cc4ebaa7192d42 (diff)
* compile.c (new_label_body): missed backporting r54548 in r54698.
this fixes randomly test failure introduced by r54698. cf. [Bug #12082] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@54799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cfdb2c2f5..fe09b1e0d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Apr 27 22:16:04 2016 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * compile.c (new_label_body): missed backporting r54548 in r54698.
+ this fixes randomly test failure introduced by r54698.
+ cf. [Bug #12082]
+
Tue Apr 26 13:38:31 2016 NAKAMURA Usaku <usa@ruby-lang.org>
* README.EXT{,.ja}: `nul` should be uppercase.