diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-03-13 19:46:51 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-03-13 19:46:51 -0400 |
commit | 82aa2c124f4c2091ca4924735af466c22f0eebb4 (patch) | |
tree | f7d2a3e48e5e05db340915255fd9d0dd122b566f /railties | |
parent | 0713efb509cffe8e76f92abd4c71b5c38a18ccdc (diff) | |
download | rails-82aa2c124f4c2091ca4924735af466c22f0eebb4.tar.gz rails-82aa2c124f4c2091ca4924735af466c22f0eebb4.tar.bz2 rails-82aa2c124f4c2091ca4924735af466c22f0eebb4.zip |
Move "fixes" to a new line
[ci skip]
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 9b6ceff9ff..bc5f696675 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,7 +1,9 @@ * Avoid running system tests by default with the `bin/rails test` and `bin/rake test` commands since they may be expensive. - *Robin Dupret* (#28286) + Fixes #28286. + + *Robin Dupret* * Improve encryption for encrypted secrets. |