aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-11-12 14:22:30 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-11-12 14:22:31 -0200
commit6ff78469cd70ce821dd1455f3607780863f5a9d7 (patch)
tree85fd5c3600aca2c80e19be3d948bc30284026ae2 /railties
parent4cd146bae5483cb0fdbde35b5340e9543e70dd1a (diff)
downloadrails-6ff78469cd70ce821dd1455f3607780863f5a9d7.tar.gz
rails-6ff78469cd70ce821dd1455f3607780863f5a9d7.tar.bz2
rails-6ff78469cd70ce821dd1455f3607780863f5a9d7.zip
Improve railties changelog entry and move latest to the top [ci skip]
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 92187f3d91..f267be5eb8 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,8 +1,13 @@
-* `Rails::Paths::Path.unshift` is now have the same interface as
- `Array.unshift`.
+* `Rails::Paths::Path.unshift` now has the same interface as `Array.unshift`.
*Igor Kapkov*
+* Make `rake test` run all tests in test folder.
+
+ Deprecate `rake test:all` and replace `rake test:all:db` with `rake test:db`
+
+ *David Geukers*
+
* `secret_token` is now saved in `Rails.application.secrets.secret_token`
and it falls back to the value of `config.secret_token` when it is not
present in `config/secrets.yml`.
@@ -186,10 +191,4 @@
*Yves Senn*, *Carlos Antonio da Silva*, *Robin Dupret*
-* Make `rake test` run all tests in test folder.
-
- Deprecate `rake test:all` and replace `rake test:all:db` with `rake test:db`
-
- *David Geukers*
-
Please check [4-1-stable](https://github.com/rails/rails/blob/4-1-stable/railties/CHANGELOG.md) for previous changes.