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 /railties/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 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 6e029db550..a59177aa4d 100644 --- a/railties/CHANGELOG +++ b/railties/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] + * Clean up the output of rake stats, de-emphasise components and apis, and remove the indents for tests [Koz] * Added option to script/process/spawner of specifying the binding address #5133 [zsombor] |