diff options
author | Thomas Fuchs <thomas@fesch.at> | 2005-10-09 16:56:23 +0000 |
---|---|---|
committer | Thomas Fuchs <thomas@fesch.at> | 2005-10-09 16:56:23 +0000 |
commit | 7d101d58400acaff232091485c8e140f0a37cbaf (patch) | |
tree | 3e6ffc8d9ceb9fe44d49f9fa62ec1413c6ec36cc /actionpack/CHANGELOG | |
parent | a9de9c48c22f7eab91be676fb648ca89bbfa75b0 (diff) | |
download | rails-7d101d58400acaff232091485c8e140f0a37cbaf.tar.gz rails-7d101d58400acaff232091485c8e140f0a37cbaf.tar.bz2 rails-7d101d58400acaff232091485c8e140f0a37cbaf.zip |
Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails generator to include the new .js files [Thomas Fuchs]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2503 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 077c1cbe3e..c7fdff5cd3 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] [Thomas Fuchs] + * Make assert_tag :children count appropriately. Closes #2181. [jamie@bravenet.com] * Forced newer versions of RedCloth to use hard breaks [DHH] |