aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-03-13 19:46:51 -0400
committerJon Moss <me@jonathanmoss.me>2017-03-13 19:46:51 -0400
commit82aa2c124f4c2091ca4924735af466c22f0eebb4 (patch)
treef7d2a3e48e5e05db340915255fd9d0dd122b566f /railties/CHANGELOG.md
parent0713efb509cffe8e76f92abd4c71b5c38a18ccdc (diff)
downloadrails-82aa2c124f4c2091ca4924735af466c22f0eebb4.tar.gz
rails-82aa2c124f4c2091ca4924735af466c22f0eebb4.tar.bz2
rails-82aa2c124f4c2091ca4924735af466c22f0eebb4.zip
Move "fixes" to a new line
[ci skip]
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
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.