* NEWS: add a news about objspace,

ObjectSpace.reachable_objects_from.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2012-11-01 13:29:28 +00:00
parent a3e5a86596
commit 98c96a69c3
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Thu Nov 1 22:27:11 2012 Koichi Sasada <ko1@atdot.net>
* NEWS: add a news about objspace,
ObjectSpace.reachable_objects_from.
Thu Nov 1 21:57:00 2012 Kenta Murata <mrkn@mrkn.jp>
* ext/bigdecimal/bigdecimal.c (BigDecimal_new),

4
NEWS
View File

@ -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).