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.