* NEWS: Add that Fixnums and Bignums are frozen

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2013-02-22 23:15:40 +00:00
Родитель 9dc30d2bc2
Коммит 10f953417b
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -460,6 +460,11 @@ with all sufficient information, see the ChangeLog file.
This method was removed. Two procs are == only when they are
the same object.
* Fixnum
* Bignum
Fixnums and Bignums are frozen
* Signal.trap
See above.