summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-30 03:03:58 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-30 03:03:58 +0000
commit246102b536ddd46f33162c81fa7d3e639128efbe (patch)
treec80aa27da32d9e178cabb673d1fb41de754c2885 /NEWS
parentb7d708c3f182b95fdec2b7c870c30424f8b1a2a2 (diff)
* NEWS: Be more precise about singleton_class.ancestors change
[Feature #8035] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d8defce037..23530f6d60 100644
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,8 @@ with all sufficient information, see the ChangeLog file.
* Module#ancestors
- The ancestors of a singleton class now include that singleton class.
+ The ancestors of a singleton class now include singleton classes,
+ in particular itself.
=== Stdlib updates (outstanding ones only)