aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-09-22 17:19:42 +0000
committerMichael Koziarski <michael@koziarski.com>2007-09-22 17:19:42 +0000
commit0ba96e0568c2cf2f8cb8fe96fa48ea82a0228338 (patch)
tree3f12acd434fb923040e86e3e714f52d3a1978523 /railties/CHANGELOG
parent39de84d96739012d2b2d8fd76976bbd798cd2573 (diff)
downloadrails-0ba96e0568c2cf2f8cb8fe96fa48ea82a0228338.tar.gz
rails-0ba96e0568c2cf2f8cb8fe96fa48ea82a0228338.tar.bz2
rails-0ba96e0568c2cf2f8cb8fe96fa48ea82a0228338.zip
Remove the AWS web_service generator
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7543 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 bfa37aaf0f..b726937f4e 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Remove web_service generator. [Koz]
+
* Added the :all option to config.plugins that'll include the rest of the plugins not already explicitly named #9613 [fcheung]. Example:
# Loads :classic_pagination before all the other plugins