1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add a NEWS entry about [Feature #15602]

This commit is contained in:
Koichi Sasada 2019-10-21 16:48:37 +09:00
parent 431132f037
commit 8b8b9c1a1f

3
NEWS
View file

@ -511,6 +511,9 @@ File::
* File.realpath now uses realpath(3) on many platforms, which can
significantly improve performance.
Hash::
* Change data structure of small Hash objects. [Feature #15602]
Monitor::
* Monitor class is written in C-extension. [Feature #16255]