[前][次][番号順一覧][スレッド一覧]

ruby-changes:25413

From: xibbar <ko1@a...>
Date: Mon, 5 Nov 2012 09:58:27 +0900 (JST)
Subject: [ruby-changes:25413] xibbar:r37470 (trunk): * NEWS: add a news about html5 tagmaker

xibbar	2012-11-05 09:57:41 +0900 (Mon, 05 Nov 2012)

  New Revision: 37470

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37470

  Log:
    * NEWS: add a news about html5 tagmaker
      and rename CGI#header to CGI#http_header

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 37469)
+++ NEWS	(revision 37470)
@@ -237,6 +237,13 @@
     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).

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]