aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index ae4bfc2447..11927e7132 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,9 @@
+* 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.
+
+ *John Wang*
+
* Clearing autoloaded constants triggers routes reloading [Fixes #10685].
*Xavier Noria*