summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:18:04 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:18:04 +0000
commita3d592b47a874c35b99436eb4932b3b2172c1d01 (patch)
treec936fc79bdfe811a6d7531f02b4a4dde513170eb /NEWS
parent1727511e852a4d5a351850165a0b97647b2320c0 (diff)
* NEWS: Add privacy of respond_to_missing? & al as a potential incompatibility
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d49a2a4cc1..1896969996 100644
--- a/NEWS
+++ b/NEWS
@@ -498,6 +498,12 @@ with all sufficient information, see the ChangeLog file.
* Kernel#respond_to? against a protected method now returns false
unless the second argument is true.
+ * Kernel#respond_to_missing?
+ * Kernel#initialize_clone
+ * Kernel#initialize_dup
+
+ These methods are now private.
+
* Dir.mktmpdir in lib/tmpdir.rb
See above.