diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-08-15 20:11:36 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-08-15 20:11:36 +0900 |
commit | ce47479be03b1c56f5e24b67f9a5802ff30adcc2 (patch) | |
tree | 8945694f3bd28063d54ff19bfdd5b6984e69efe5 | |
parent | 7e3a0a947faeecee03d2714789084addbcf7e414 (diff) | |
download | rails-ce47479be03b1c56f5e24b67f9a5802ff30adcc2.tar.gz rails-ce47479be03b1c56f5e24b67f9a5802ff30adcc2.tar.bz2 rails-ce47479be03b1c56f5e24b67f9a5802ff30adcc2.zip |
Fix broken list formatting [ci skip]
-rw-r--r-- | railties/CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 81cb5a6c9f..6ca67fa52f 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,10 +1,10 @@ * 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`: - - `rails notes:custom ANNOTATION=custom` is deprecated in favor of using `rails notes -a custom`. - - `rails notes:optimize` is deprecated in favor of using `rails notes -a OPTIMIZE`. - - `rails notes:todo` is deprecated in favor of using`rails notes -a TODO`. - - `rails notes:fixme` is deprecated in favor of using `rails notes -a FIXME`. + - `rails notes:custom ANNOTATION=custom` is deprecated in favor of using `rails notes -a custom`. + - `rails notes:optimize` is deprecated in favor of using `rails notes -a OPTIMIZE`. + - `rails notes:todo` is deprecated in favor of using`rails notes -a TODO`. + - `rails notes:fixme` is deprecated in favor of using `rails notes -a FIXME`. *Annie-Claude Côté* |