From 433390de2de99bd00ad0632e02c8bfd8a1a8fc69 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Wed, 25 May 2011 18:49:17 -0500 Subject: Updating Railties changelog --- railties/CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) 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] -- cgit v1.2.3