aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2005-09-28 08:26:06 +0000
committerThomas Fuchs <thomas@fesch.at>2005-09-28 08:26:06 +0000
commit9084f5b6e877f336f98895cf967b25df5847e96c (patch)
tree657fc1f4eee5e767a9a035f0f0f4bd5a42a4f299 /railties/CHANGELOG
parent516dc2c0f16cf187f981b5e8648a7f7f1b31d190 (diff)
downloadrails-9084f5b6e877f336f98895cf967b25df5847e96c.tar.gz
rails-9084f5b6e877f336f98895cf967b25df5847e96c.tar.bz2
rails-9084f5b6e877f336f98895cf967b25df5847e96c.zip
Forgot about CHANGELOGs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2388 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index b0782ed2d2..049a44015a 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Made Rakefile aware of new .js files in script.aculo.us [Thomas Fuchs]
+
* Make table_name and controller_name in generators honor AR::Base.pluralize_table_names. #1216 #2213 [kazuhiko@fdiary.net]
* Clearly label functional and unit tests in rake stats output. #2297 [lasse.koskela@gmail.com]