aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 02:57:40 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 02:57:40 +0000
commit8b54e694826ebc7984e8f39dc41068875c416313 (patch)
tree11440dd22e287cb93eb20c3e1f8a9a71d4516caf /ChangeLog
parent8afd5857f0608b5c1e01b1fd4959b06db4e49c53 (diff)
downloadruby-8b54e694826ebc7984e8f39dc41068875c416313.tar.gz
* test/ruby/test_refinement.rb (test_refine_alias_in_subclass):
add a test to check that alias in subclasses can be refined. [ruby-core:69374] [Bug #11186] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56568 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 2300af62e8..032bf8e9e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Nov 5 11:53:02 2016 Shugo Maeda <shugo@ruby-lang.org>
+
+ * test/ruby/test_refinement.rb (test_refine_alias_in_subclass):
+ add a test to check that alias in subclasses can be refined.
+ [ruby-core:69374] [Bug #11186]
+
Sat Nov 5 11:20:57 2016 Shugo Maeda <shugo@ruby-lang.org>
* cont.c (cont_new): disable optimization if clang's version is