* NEWS: Specify that Proc#eql? was also removed

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2013-02-22 23:16:38 +00:00
parent 3f8d180092
commit ca28854eef

5
NEWS
View File

@ -127,7 +127,7 @@ with all sufficient information, see the ChangeLog file.
* Proc
* incompatible change:
* removed Proc#== so two procs are == only when they are
* removed Proc#== and #eql? so two procs are == only when they are
the same object.
* Process
@ -458,8 +458,9 @@ with all sufficient information, see the ChangeLog file.
each_char and each_codepoint.
* Proc#==
* Proc#eql?
This method was removed. Two procs are == only when they are
These methods were removed. Two procs are == only when they are
the same object.
* Fixnum