aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2018-02-16 22:57:39 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2018-02-16 22:57:39 -0500
commit1f95e5b14d49390be7d0459e7479be985f499c86 (patch)
treea09b7c15b275a4d5f4001534fef80be64dd811bf /railties
parent531d14d0da70ae2bac2a5d58acaa6165039557e2 (diff)
downloadrails-1f95e5b14d49390be7d0459e7479be985f499c86.tar.gz
rails-1f95e5b14d49390be7d0459e7479be985f499c86.tar.bz2
rails-1f95e5b14d49390be7d0459e7479be985f499c86.zip
Fix changelog entry [ci skip]
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 450022a638..e8df562815 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,9 @@
-* Fix minitest rails plugin. The custom reporters are added only if needed. This will fix conflicts with others plugins. *Kevin Robatel*
+* Fix minitest rails plugin.
+
+ The custom reporters are added only if needed.
+
+ This will fix conflicts with others plugins.
+
+ *Kevin Robatel*
Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/railties/CHANGELOG.md) for previous changes.