diff options
author | José Valim <jose.valim@gmail.com> | 2011-10-02 11:17:06 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-10-02 11:17:06 +0200 |
commit | 63f6da050acb1108a3f22c2bd393a8c2c05caeea (patch) | |
tree | 0acfefbc8ecc0ec364dd9df5c4afb98b10664b0f /railties | |
parent | 5af5e7789587e911ee81778ee84b05cbc9550bc5 (diff) | |
download | rails-63f6da050acb1108a3f22c2bd393a8c2c05caeea.tar.gz rails-63f6da050acb1108a3f22c2bd393a8c2c05caeea.tar.bz2 rails-63f6da050acb1108a3f22c2bd393a8c2c05caeea.zip |
Update CHANGELOG.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 992519ee92..160ea0f600 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.2.0 (unreleased)* +* Default options to `rails new` can be set in ~/.railsrc [Guillermo Iguaran] + * Added destroy alias to Rails engines. [Guillermo Iguaran] * Added destroy alias for Rails command line. This allows the following: `rails d model post`. [Andrey Ognevsky] |