summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2025-05-09 15:37:01 +0900
committerHiroshi SHIBATA <[email protected]>2025-05-09 15:37:01 +0900
commit4ef324c7c1f894d7870f94744e24afdbfd2b27ba (patch)
treedff164fe5c2e3b05d75cb7dd4ab75cfc93a4697b
parentdcd0a35c6d711a106426daa88feaafd336a3a077 (diff)
Added https://bugs.ruby-lang.org/issues/21258 to NEWS.md
-rw-r--r--NEWS.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 5d699b9c3c..4de9b7f025 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -92,6 +92,14 @@ The following bundled gems are updated.
## Stdlib compatibility issues
+* CGI library is removed from the default gems. Now we only provide `cgi/escape` for
+ the following methods:
+ * `CGI.escape` and `CGI.unescape`
+ * `CGI.escapeHTML` and `CGI.unescapeHTML`
+ * `CGI.escapeURIComponent` and `CGI.unescapeURIComponent`
+ * `CGI.escapeElement` and `CGI.unescapeElement`
+ [[Feature #21258]]
+
## C API updates
## Implementation improvements
@@ -103,3 +111,4 @@ The following bundled gems are updated.
[Feature #21047]: https://bugs.ruby-lang.org/issues/21047
[Bug #21049]: https://bugs.ruby-lang.org/issues/21049
[Feature #21216]: https://bugs.ruby-lang.org/issues/21216
+[Feature #21258]: https://bugs.ruby-lang.org/issues/21258