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

NEWS: add a URL about the performance improvement of CGI.escapeHTML

This commit is contained in:
Yusuke Endoh 2019-10-22 20:06:07 +09:00
parent 02aadf1032
commit 501b517dfb

1
NEWS
View file

@ -431,6 +431,7 @@ Bundler::
CGI::
* CGI.escapeHTML becomes 2~5x faster when there's at least one escaped character.
https://github.com/ruby/ruby/pull/2226
CSV::