1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: Note about CGI.escapeHTML change [ci skip]

See https://github.com/ruby/ruby/pull/2226 for benchmark results.
This commit is contained in:
Takashi Kokubun 2019-06-05 22:29:53 +09:00
parent 0a29dc87e6
commit 6dc0541ed3
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

4
NEWS
View file

@ -118,6 +118,10 @@ Bundler::
* Upgrade to Bundler 2.1.0.pre.1
Bundled from https://github.com/bundler/bundler/commit/a53709556b95a914e874b22ed2116a46b0528852
CGI::
* CGI.escapeHTML becomes 2~5x faster when there's at least one escaped character.
CSV::
* Upgrade to 3.0.9.