Review railties changelog [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2013-06-26 20:07:26 -03:00
parent bbbedeeb89
commit f5df6e5a6d
1 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,5 @@
* Removed deprecated rake tasks. You will no longer be able to use the following
commands: `rake test:uncommitted` and `rake test:recent`. Also removed are
the tests for these rake tasks.
* Removed deprecated rake tasks for running tests: `rake test:uncommitted` and
`rake test:recent`.
*John Wang*
@ -18,9 +17,9 @@
moved to class methods in Railtie and the Railtie has been made abstract.
*John Wang*
* Changes repetitive th tags to use colspan attribute in `index.html.erb` template.
*Sıtkı Bağdat*
Please check [4-0-stable](https://github.com/rails/rails/blob/4-0-stable/railties/CHANGELOG.md) for previous changes.