Add a changelog entry about runner hook.

This commit is contained in:
kennyj 2012-05-31 00:16:13 +09:00
parent 0cc4e37178
commit f7ed0af6c1
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
* Add runner to Rails::Railtie as a hook called just after runner starts. *José Valim & kennyj*
* Add `/rails/info/routes` path, displays same information as `rake routes` *Richard Schneeman & Andrew White*
* Improved `rake routes` output for redirects *Łukasz Strzałkowski & Andrew White*