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

NEWS: add a ticket reference

This commit is contained in:
Yusuke Endoh 2019-12-25 11:37:27 +09:00
parent b9e35d2709
commit 3345eab934

2
NEWS
View file

@ -763,7 +763,7 @@ Fiber::
File::
* File.realpath now uses realpath(3) on many platforms, which can
significantly improve performance.
significantly improve performance. [Feature #15797]
Hash::
* Change data structure of small Hash objects. [Feature #15602]