aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-10-22 20:06:07 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-10-22 20:06:07 +0900
commit501b517dfbab2a552e68da2da30682261b134156 (patch)
treeff15d3233bd96e0bb3a8525114da3fe40e5e1032 /NEWS
parent02aadf1032d71a3f81653a955f2635c8853b0aca (diff)
downloadruby-501b517dfbab2a552e68da2da30682261b134156.tar.gz
NEWS: add a URL about the performance improvement of CGI.escapeHTML
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9352f39231..c4b05d816a 100644
--- a/NEWS
+++ b/NEWS
@@ -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::