aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index b38a9ce750..358a7694b9 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.1.0 (unreleased)*
+* Added -j parameter with jquery/prototype as options. Now you can create your apps with jquery using `rails new myapp -j jquery`. The default is still prototype. [siong1987]
+
* Added Rack::Etag and Rack::ConditionalGet to the default middleware stack [José Valim]
* Added Rack::Cache to the default middleware stack [Yehuda Katz and Carl Lerche]