aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-05-20 07:04:51 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-05-20 07:04:51 +0000
commit9bf38dec69b68ab34d6ffcc4707df14cf074caae (patch)
treebca703b49d00890e5faed4526eb6cfe4d0828641 /actionpack/CHANGELOG
parent92b925b1c55d9216d2af74fcdaf774b3d2b69160 (diff)
downloadrails-9bf38dec69b68ab34d6ffcc4707df14cf074caae.tar.gz
rails-9bf38dec69b68ab34d6ffcc4707df14cf074caae.tar.bz2
rails-9bf38dec69b68ab34d6ffcc4707df14cf074caae.zip
Include flash in the list of attributes with accessors in the view
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1334 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index fb79d417c7..dc6395aefd 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -16,7 +16,7 @@
* Fixed Form.disable in Prototype #1317 [Wintermute]
-* Added accessors to logger, params, response, session, and headers from the view, so you can write <% logger.info "stuff" %> instead of <% @logger.info "others" %> -- more consistent with the preferred way of accessing these attributes and collections from the controller
+* Added accessors to logger, params, response, session, flash, and headers from the view, so you can write <% logger.info "stuff" %> instead of <% @logger.info "others" %> -- more consistent with the preferred way of accessing these attributes and collections from the controller
* Added support for POST data in form of YAML or XML, which is controller through the X-POST_DATA_MARSHAL header. Example request: