Add missing CHANGELOG entries for Railties

This commit is contained in:
Guillermo Iguaran 2011-08-24 21:13:41 -05:00
parent 68424fb1cf
commit 9a68ea9643
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
*Rails 3.2.0 (unreleased)*
* 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]
* Attributes on scaffold and model generators default to string. This allows the following: "rails g scaffold Post title body:text author" [José Valim]
* Removed old plugin generator (`rails generate plugin`) in favor of `rails plugin new` command. [Guillermo Iguaran]