diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-01 13:59:16 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-01 13:59:16 +0000 |
commit | 005371e16cf214509bb988dcf5d0eef3ee23157d (patch) | |
tree | 92cd3758cac134e2a82537d87724f9ca80e4d733 /actionpack/CHANGELOG | |
parent | 0daa29ece29191b288fe86d3616bea0357325419 (diff) | |
download | rails-005371e16cf214509bb988dcf5d0eef3ee23157d.tar.gz rails-005371e16cf214509bb988dcf5d0eef3ee23157d.tar.bz2 rails-005371e16cf214509bb988dcf5d0eef3ee23157d.zip |
Added options to tailor header tag, div id, and div class on ActiveRecordHelper#error_messages_for [josh]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@41 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 e48b117bc7..d4cfc6edfa 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added options to tailor header tag, div id, and div class on ActiveRecordHelper#error_messages_for [josh] + * Added graceful handling of non-alphanumeric names and misplaced brackets in input parameters [bitsweat] * Added a new container for cookies that makes them more intuative to use. The old methods of cookie and @cookies have been deprecated. |