summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-07 06:36:49 +0000
committerxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-07 06:36:49 +0000
commit8549059d7677bc005012e3002515ed8a29bcb7f9 (patch)
tree1ef574846dc1b0b57cb8d3124a3fb251c2ed8b5a /NEWS
parent5836962f48200c71f5989315b9e2ac4db2b87541 (diff)
* lib/cgi/core.rb: alias CGI#http_header to CGI#header .
[Bug #7286] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index b67377ba3e..82f9553bbd 100644
--- a/NEWS
+++ b/NEWS
@@ -254,10 +254,10 @@ with all sufficient information, see the ChangeLog file.
* 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.
+ * CGI#header has been renamed to CGI#http_header and
+ aliased to CGI#header.
+ * When HTML5 tagmaker called, overwrite CGI#header,
+ CGI#header function is to create a <header> element.
=== Language changes