* 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:
parent
3f8d180092
commit
ca28854eef
5
NEWS
5
NEWS
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user