summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-23 00:15:35 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-23 00:15:35 +0000
commite748726a0b3ef5681969f299499ee73e3f323602 (patch)
treee77dd7a6908e77736ced783c4bf6e9bb4f65ea56 /NEWS
parentc12f69cbb6d8111d4ad0bb5bf70eb709ebb12c0a (diff)
* Backport r39399 from trunk:
* NEWS: Specify that Proc#eql? was also removed git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39412 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 1d058cbd8b..8615ca7fac 100644
--- a/NEWS
+++ b/NEWS
@@ -137,7 +137,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
@@ -477,8 +477,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