summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-05 00:57:41 +0000
committerxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-05 00:57:41 +0000
commitd5528ec3580dba09ebbda819c7b10e25d5af5981 (patch)
treecdecdfcb37bb4d8b24a558fdcc917552ad6a3c91 /NEWS
parenta8aaf1eb14fea89c0f448aa5c96555d5f4c286c4 (diff)
Mon Nov 5 09:50:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
* NEWS: add a news about html5 tagmaker and rename CGI#header to CGI#http_header git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-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).