Update ChangeLog for r39628

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2013-03-07 18:17:56 +00:00
parent 131fa91fce
commit 7afb2eaddd

View File

@ -1,3 +1,14 @@
Fri Mar 8 03:16:15 2013 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* class.c (rb_mod_ancestors): Include singleton_class in ancestors
list [Feature #8035]
* test/ruby/test_module.rb (class): test for above
* test/ruby/marshaltestlib.rb (module): adapt test
* NEWS: list change
Thu Mar 7 14:21:37 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> Thu Mar 7 14:21:37 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* compile.c (iseq_compile_each): pass keyword arguments to zsuper, * compile.c (iseq_compile_each): pass keyword arguments to zsuper,