summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b63776f388..e9124a013c 100644
--- a/NEWS
+++ b/NEWS
@@ -212,6 +212,10 @@ with all sufficient information, see the ChangeLog file.
* Syck has been removed. YAML now completely depends on libyaml being
installed.
+* objspace
+ * new method:
+ * ObjectSpace.reachable_objects_from(obj)
+
=== Language changes
* Added %i and %I for symbol list creation (similar to %w and %W).