Changelog: Forgot to reference the ticket #

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2013-09-03 12:52:32 +00:00
parent 26766ee89c
commit ad6731b0f9

View File

@ -1,6 +1,7 @@
Tue Sep 3 21:41:37 2013 Akira Matsuda <ronnie@dio.jp>
* eval.c (Init_eval): Make Module#include and Module#prepend public
[Feature #8846]
* test/ruby/test_module.rb (class TestModule): Test for above