From 40ec3762d233de12a04bd6321fc32ef1affd7852 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 19 Dec 2022 11:45:23 +0900 Subject: [PATCH] Mentioned https://github.com/ruby/date/pull/80 --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2fd8e63354..124f8956e0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -414,6 +414,10 @@ Note: We're only listing outstanding class updates. * `CGI.escapeURIComponent` and `CGI.unescapeURIComponent` are added. [[Feature #18822]] +* Date + + * Added `Date#deconstruct_keys` and `DateTime#deconstruct_keys` same as [[Feature #19071]] + * ERB * `ERB::Util.html_escape` is made faster than `CGI.escapeHTML`.