aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index d1da34588b..f267be5eb8 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,13 @@
+* `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`.
@@ -181,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.