diff options
author | Annie-Claude Côté <hello@annie.codes> | 2018-08-08 13:21:19 -0400 |
---|---|---|
committer | Annie-Claude Côté <hello@annie.codes> | 2018-08-13 11:26:54 -0400 |
commit | 7db360acb2efa64af5fbfb82036588cf7a0f20fa (patch) | |
tree | eb0b51b3ce37c8963794dbe0467522fdf3b0fe36 | |
parent | f2970a08b57ebcdb9cbf8eec5d10a7f04eb7b9d3 (diff) | |
download | rails-7db360acb2efa64af5fbfb82036588cf7a0f20fa.tar.gz rails-7db360acb2efa64af5fbfb82036588cf7a0f20fa.tar.bz2 rails-7db360acb2efa64af5fbfb82036588cf7a0f20fa.zip |
Update Changelog to add deprecation to `rake dev:cache`
-rw-r--r-- | railties/CHANGELOG.md | 4 |
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`: |