aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2011-05-25 18:49:17 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2011-05-25 18:49:17 -0500
commit433390de2de99bd00ad0632e02c8bfd8a1a8fc69 (patch)
treee2933342aec9f01ea11623b442235e67092a7c11 /railties/CHANGELOG
parent9b6791870bbe67f5c93cad0a676148b7cc83e697 (diff)
downloadrails-433390de2de99bd00ad0632e02c8bfd8a1a8fc69.tar.gz
rails-433390de2de99bd00ad0632e02c8bfd8a1a8fc69.tar.bz2
rails-433390de2de99bd00ad0632e02c8bfd8a1a8fc69.zip
Updating Railties changelog
Diffstat (limited to '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]