diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2018-02-16 22:57:39 -0500 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2018-02-16 22:57:39 -0500 |
commit | 1f95e5b14d49390be7d0459e7479be985f499c86 (patch) | |
tree | a09b7c15b275a4d5f4001534fef80be64dd811bf /railties | |
parent | 531d14d0da70ae2bac2a5d58acaa6165039557e2 (diff) | |
download | rails-1f95e5b14d49390be7d0459e7479be985f499c86.tar.gz rails-1f95e5b14d49390be7d0459e7479be985f499c86.tar.bz2 rails-1f95e5b14d49390be7d0459e7479be985f499c86.zip |
Fix changelog entry [ci skip]
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG.md | 8 |
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. |