summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-10-21 16:48:37 +0900
committerKoichi Sasada <ko1@atdot.net>2019-10-21 16:48:37 +0900
commit8b8b9c1a1fdb26f9b0470391234d8c935b083577 (patch)
treeccd215f28070b22b6b4689488929eb1b5799758b /NEWS
parent431132f037aecc8c9bc783fea257db653c4f8cb0 (diff)
add a NEWS entry about [Feature #15602]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5304df451d..a8dc17cbc8 100644
--- a/NEWS
+++ b/NEWS
@@ -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]