* 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
parent 9dc30d2bc2
commit 10f953417b

5
NEWS
View File

@ -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.