aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-05-25 17:32:40 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-05-25 17:32:40 -0700
commitbf9272b9d42656efc2fd935c6a4108c8e0f306d0 (patch)
treee2933342aec9f01ea11623b442235e67092a7c11
parent9b6791870bbe67f5c93cad0a676148b7cc83e697 (diff)
parent433390de2de99bd00ad0632e02c8bfd8a1a8fc69 (diff)
downloadrails-bf9272b9d42656efc2fd935c6a4108c8e0f306d0.tar.gz
rails-bf9272b9d42656efc2fd935c6a4108c8e0f306d0.tar.bz2
rails-bf9272b9d42656efc2fd935c6a4108c8e0f306d0.zip
Merge pull request #1316 from guilleiguaran/railties-changelog
Updating Railties changelog
-rw-r--r--railties/CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index c465b08594..c77d03c39f 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,3 +1,10 @@
+*Rails 3.2.0 (unreleased)*
+
+* Removed old plugin generator (`rails generate plugin`) in favor of `rails plugin new` command. [Guillermo Iguaran]
+
+* Removed old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API. [Guillermo Iguaran]
+
+
*Rails 3.1.0 (unreleased)*
* Application and plugin generation run bundle install unless --skip-gemfile or --skip-bundle. [fxn]