summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-01 03:57:16 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-01 03:57:16 +0000
commit72d3e2b1027a1711777b83a37fd34c89b59fffff (patch)
tree0a65567dd7b8bb6d66fd1d0cb68ca40dad8c07ac /ChangeLog
parent551fe2bddc0de817b4aca716034f70cf53534f93 (diff)
* eval.c (rb_using_module): activate refinements in the ancestors of
the argument module to support refinement inheritance by Module#include. [ruby-core:55671] [Feature #8571] * test/ruby/test_refinement.rb: related test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 716bd41dc7..52d0862dc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Jul 1 12:56:41 2013 Shugo Maeda <shugo@ruby-lang.org>
+
+ * eval.c (rb_using_module): activate refinements in the ancestors of
+ the argument module to support refinement inheritance by
+ Module#include. [ruby-core:55671] [Feature #8571]
+
+ * test/ruby/test_refinement.rb: related test.
+
Mon Jul 1 12:02:39 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (rb_cstr_to_inum): Skip leading zeros.