summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4190fe7a32..1e31e581bc 100644
--- a/NEWS
+++ b/NEWS
@@ -237,6 +237,13 @@ with all sufficient information, see the ChangeLog file.
XML document encoding. Without :encoding option, encoding in
XML declaration is used for XML document encoding.
+* cgi
+ * Add HTML5 tag maker.
+ * incompatible changes:
+ * CGI#header has been renamed to CGI#http_header.
+ CGI#header is now used by the HTML5 tag maker to
+ create a <header> element.
+
=== Language changes
* Added %i and %I for symbol list creation (similar to %w and %W).