aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-06-26 20:07:26 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-06-26 20:17:58 -0300
commitf5df6e5a6d5e6253708ea8cdb27ad675afea056c (patch)
treef8514bc08dad5c86c0df3ff2a48040c05a2e244a
parentbbbedeeb890dd88023c8c5c85dcbd4d2144aa129 (diff)
downloadrails-f5df6e5a6d5e6253708ea8cdb27ad675afea056c.tar.gz
rails-f5df6e5a6d5e6253708ea8cdb27ad675afea056c.tar.bz2
rails-f5df6e5a6d5e6253708ea8cdb27ad675afea056c.zip
Review railties changelog [ci skip]
-rw-r--r--railties/CHANGELOG.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 11927e7132..00ef1ad058 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -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.