We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c1201 commit 93ce95dCopy full SHA for 93ce95d
NEWS.md
@@ -97,11 +97,13 @@ The following bundled gems are updated.
97
98
* CGI library is removed from the default gems. Now we only provide `cgi/escape` for
99
the following methods:
100
- * `CGI.escape` and `CGI.unescape`
101
- * `CGI.escapeHTML` and `CGI.unescapeHTML`
102
- * `CGI.escapeURIComponent` and `CGI.unescapeURIComponent`
103
- * `CGI.escapeElement` and `CGI.unescapeElement`
104
- [[Feature #21258]]
+
+ * `CGI.escape` and `CGI.unescape`
+ * `CGI.escapeHTML` and `CGI.unescapeHTML`
+ * `CGI.escapeURIComponent` and `CGI.unescapeURIComponent`
+ * `CGI.escapeElement` and `CGI.unescapeElement`
105
106
+ [[Feature #21258]]
107
108
## C API updates
109
0 commit comments