* NEWS: + ObjectSpace::WeakMap

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2013-02-22 23:16:52 +00:00
Родитель ca28854eef
Коммит 1ac0694c58
1 изменённых файлов: 3 добавлений и 0 удалений

3
NEWS
Просмотреть файл

@ -125,6 +125,9 @@ with all sufficient information, see the ChangeLog file.
* added method:
* added nil.to_h which returns {}
* ObjectSpace::WeakMap
* new low level class to hold weak references to objects.
* Proc
* incompatible change:
* removed Proc#== and #eql? so two procs are == only when they are