diff options
author | Thomas Fuchs <thomas@fesch.at> | 2006-10-28 16:55:06 +0000 |
---|---|---|
committer | Thomas Fuchs <thomas@fesch.at> | 2006-10-28 16:55:06 +0000 |
commit | fe39ac7e56c5efaa3995353cdabb432a23229633 (patch) | |
tree | 3e04225c4f581ec3d583ceb52e669ea3b561f15e /actionpack/CHANGELOG | |
parent | e808315725d7dad1745572c8ef9ae7e4f6ff0b48 (diff) | |
download | rails-fe39ac7e56c5efaa3995353cdabb432a23229633.tar.gz rails-fe39ac7e56c5efaa3995353cdabb432a23229633.tar.bz2 rails-fe39ac7e56c5efaa3995353cdabb432a23229633.zip |
Update to latest Prototype, which doesnt serialize disabled form elements, adds clone() to arrays, empty/non-string Element.update() and adds a fixes excessive error reporting in WebKit beta versions [Thomas Fuchs]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5371 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 5c88d89b49..d2ad3ad159 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Update to latest Prototype, which doesn't serialize disabled form elements, adds clone() to arrays, empty/non-string Element.update() and adds a fixes excessive error reporting in WebKit beta versions [Thomas Fuchs] + * Deprecate start_form_tag and end_form_tag. Use form_tag / '</form>' from now on. [Rick] * Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of FormTagHelper#form_tag [Rick] |