summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-05 07:11:44 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-05 07:11:44 +0000
commit78a78b45d69c44a5d9278c8f22a83f953b70d219 (patch)
treec1c7797a52cab2b67cd20773f97127edb5c54c67 /NEWS
parentb2e340bf70a6cc09dc67ae0a45ed37c68b342d3d (diff)
* vm_method.c (rb_method_boundp): Return false for protected
methods when called from Kernel#respond_to?. [ruby-dev:40461] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab1e9c0edd..9c2fc05c90 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,21 @@ Note that each entry is kept so brief that no reason behind or
reference information is supplied with. For a full list of changes
with all sufficient information, see the ChangeLog file.
+== Changes since the 1.9.2 release
+=== Library updates (outstanding ones only)
+
+* builtin classes
+
+ * Kernel
+
+ * Kernel#respond_to? now returns false for protected methods.
+
+=== Compatibility issues (excluding feature bug fixes)
+
+* Kernel#respond_to?
+
+ See above.
+
== Changes since the 1.9.1 release
=== Library updates (outstanding ones only)