Skip to content

Commit

Permalink
Modified changelog for 3.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
drogus authored and josevalim committed Sep 6, 2010
1 parent 24d2d67 commit ec6fa6d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion railties/CHANGELOG
@@ -1,7 +1,22 @@
*Rails 3.1.0 (unreleased)*

* No changes
* Engine is now rack application [Piotr Sarnacki]

* Added middleware stack to Engine [Piotr Sarnacki]

* Engine can now load plugins [Piotr Sarnacki]

* Engine can load its own environment file [Piotr Sarnacki]

* Added helpers to call engines' route helpers from application and vice versa [Piotr Sarnacki]

* Task for copying plugins' and engines' migrations to application's db/migrate directory [Piotr Sarnacki]

* Changed ActionDispatch::Static to allow handling multiple directories [Piotr Sarnacki]

* Added namespace() method to Engine, which sets Engine as isolated [Piotr Sarnacki]

* Include all helpers from plugins and shared engines in application [Piotr Sarnacki]

*Rails 3.0.0 (August 29, 2010)*

Expand Down

0 comments on commit ec6fa6d

Please sign in to comment.