diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-25 12:47:11 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-25 12:47:11 +0000 |
commit | 136962322b8da0d6c09b4962194216cc4d248130 (patch) | |
tree | 51068b221da882b654546421543623c25f5a6985 /actionpack/CHANGELOG | |
parent | efa81dad5158eb61243d00811e4664248dd2c167 (diff) | |
download | rails-136962322b8da0d6c09b4962194216cc4d248130.tar.gz rails-136962322b8da0d6c09b4962194216cc4d248130.tar.bz2 rails-136962322b8da0d6c09b4962194216cc4d248130.zip |
Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@505 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index f66d6bbd96..c00d72230e 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye] + * Added @request.raw_post as a convenience access to @request.env['RAW_POST_DATA'] #534 [Tobias Luetke] * Added support for automatic id-based indexing for lists of items #532 [dblack]. Example: |