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:
parent
a8aaf1eb14
commit
d5528ec358
1 changed files with 7 additions and 0 deletions
7
NEWS
7
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).
|
||||
|
|
Loading…
Reference in a new issue