git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2013-06-06 22:16:43 +00:00
Родитель 896619c77b
Коммит b465a2b4ad
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Fri Jun 7 07:15:00 2013 Kenta Murata <mrkn@mrkn.jp>
* NEWS: fix style.
Fri Jun 7 06:48:17 2013 Benoit Daloze <eregontp@gmail.com>
* numeric.c: remove unused ID id_to_r introduced in r41109.

5
NEWS
Просмотреть файл

@ -48,9 +48,8 @@ with all sufficient information, see the ChangeLog file.
* open ignore internal encoding if external encoding is ASCII-8BIT.
* Module#ancestors
The ancestors of a singleton class now include singleton classes,
in particular itself.
* The ancestors of a singleton class now include singleton classes,
in particular itself.
=== Stdlib updates (outstanding ones only)