From ad6731b0f9a3e41fac176f90ed5c2cbb43618433 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Tue, 3 Sep 2013 12:52:32 +0000 Subject: [PATCH] Changelog: Forgot to reference the ticket # git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 565d2154d3..b8dffe35a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ Tue Sep 3 21:41:37 2013 Akira Matsuda * eval.c (Init_eval): Make Module#include and Module#prepend public + [Feature #8846] * test/ruby/test_module.rb (class TestModule): Test for above