summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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