This commit is contained in:
Hiroshi SHIBATA 2022-12-19 11:45:23 +09:00
parent 289d99cc62
commit 40ec3762d2
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

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