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`.