From 8b8b9c1a1fdb26f9b0470391234d8c935b083577 Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Mon, 21 Oct 2019 16:48:37 +0900 Subject: [PATCH] add a NEWS entry about [Feature #15602] --- NEWS | 3 +++ 1 file changed, 3 insertions(+) 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]