summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ede8f44e8..efc0b01c4d 100644
--- a/NEWS
+++ b/NEWS
@@ -124,6 +124,11 @@ with all sufficient information, see the ChangeLog file.
* added method:
* added nil.to_h which returns {}
+ * Proc
+ * incompatible change:
+ * removed Proc#== so two procs are == only when they are
+ the same object.
+
* Process
* added method:
* added getsid for getting session id (unix only).
@@ -423,6 +428,11 @@ with all sufficient information, see the ChangeLog file.
These methods are deprecated in favor of each_line, each_byte,
each_char and each_codepoint.
+ * Proc#==
+
+ This method was removed. Two procs are == only when they are
+ the same object.
+
* Signal.trap
See above.