1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
xibbar 2012-11-05 00:57:41 +00:00
parent a8aaf1eb14
commit d5528ec358

7
NEWS
View file

@ -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).