summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-06-05 22:29:53 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-06-05 22:29:54 +0900
commit6dc0541ed3c3736fb4c0b270f2c8df1c0dbfba95 (patch)
treef5f3fb7a0a9779563c5bc55bc5ab77d082cabd1c /NEWS
parent0a29dc87e62c701db56816cb430daf07a4f02bea (diff)
NEWS: Note about CGI.escapeHTML change [ci skip]
See https://github.com/ruby/ruby/pull/2226 for benchmark results.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d768117969..c069f9e0eb 100644
--- a/NEWS
+++ b/NEWS
@@ -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.