summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:16:38 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:16:38 +0000
commitca28854eef6dff663430fc435fc25baec8375ca7 (patch)
treecf6e7d5d97649364dfb05bc91cb2690da1cae111 /NEWS
parent3f8d180092c4a5bf69ef90c8509cb6eab74400c7 (diff)
* 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8693b2ac70..eded0e396a 100644
--- a/NEWS
+++ b/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