aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorAnnie-Claude Côté <hello@annie.codes>2018-08-08 13:21:19 -0400
committerAnnie-Claude Côté <hello@annie.codes>2018-08-13 11:26:54 -0400
commit7db360acb2efa64af5fbfb82036588cf7a0f20fa (patch)
treeeb0b51b3ce37c8963794dbe0467522fdf3b0fe36 /railties
parentf2970a08b57ebcdb9cbf8eec5d10a7f04eb7b9d3 (diff)
downloadrails-7db360acb2efa64af5fbfb82036588cf7a0f20fa.tar.gz
rails-7db360acb2efa64af5fbfb82036588cf7a0f20fa.tar.bz2
rails-7db360acb2efa64af5fbfb82036588cf7a0f20fa.zip
Update Changelog to add deprecation to `rake dev:cache`
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 81cb5a6c9f..a1fe1f5b5c 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Deprecate `rake dev:cache` in favor of `rails dev:cache`.
+
+ *Annie-Claude Côté*
+
* Deprecate `rails notes` subcommands in favor of passing an `annotations` argument to `rails notes`.
The following subcommands are replaced by passing `--annotations` or `-a` to `rails notes`: