aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-12-25 11:37:27 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-12-25 11:37:27 +0900
commit3345eab934073bdd8394ee8a46fc18954999af76 (patch)
tree915fc16c52aedd424c5f08666fcf3e84d2c62b47
parentb9e35d27096290f9544dca685fb4cf5bd0e09397 (diff)
downloadruby-3345eab934073bdd8394ee8a46fc18954999af76.tar.gz
NEWS: add a ticket reference
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cfbfd9e689..18024ca3e6 100644
--- a/NEWS
+++ b/NEWS
@@ -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]