Modified changelog for 3.1.0

Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
Piotr Sarnacki
2010-09-06 11:42:49 +02:00
committed by José Valim
parent 24d2d6726e
commit ec6fa6d3ef

View File

@@ -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)*