aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]