diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-05-09 15:37:01 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-05-09 15:37:01 +0900 |
commit | 4ef324c7c1f894d7870f94744e24afdbfd2b27ba (patch) | |
tree | dff164fe5c2e3b05d75cb7dd4ab75cfc93a4697b | |
parent | dcd0a35c6d711a106426daa88feaafd336a3a077 (diff) |
Added https://bugs.ruby-lang.org/issues/21258 to NEWS.md
-rw-r--r-- | NEWS.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |