aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2018-02-25 23:56:33 +0200
committerbogdanvlviv <bogdanvlviv@gmail.com>2018-02-26 00:10:57 +0200
commitae3e241b573b450fd9ce694a458ad942a8bd6b03 (patch)
treeae5f4bd1f944eb44a601275f10a19f266c5f15ce /railties
parent3579876931381fd6abff99bd6e739169a8fcb489 (diff)
downloadrails-ae3e241b573b450fd9ce694a458ad942a8bd6b03.tar.gz
rails-ae3e241b573b450fd9ce694a458ad942a8bd6b03.tar.bz2
rails-ae3e241b573b450fd9ce694a458ad942a8bd6b03.zip
Remove changelogs for Rails 6.0 since they were backported to `5-2-stable`
Remove railties' changelog added by 7340596de45dc4c0f62a287b6acc4e71d8ee6c60 since it was backported to `5-2-stable` via ac99916fcf7bf27bb1519d4f7387c6b4c5f0463d Remove activesupport's changelog added by 1077ae96b34b5a1dfbf10ee0c40b1ceb1eb6b30b since it was backported to `5-2-stable` via a2b97e4ffef971607a1be8fc7909f099b6840f36 Remove activesupport's changelog added by 0d41a76d0c693000005d79456dee7f9299f5e8d4 since it was backported to `5-2-stable` via cdce6a709e1cbc98fff009effc3b1b3ce4c7e8db Remove activestorage's changelog added by d57c52a385eb57c6ce8c6d124ab5e186f931d142 since it was backported to `5-2-stable` via 5292cdf59a2052c453d6016c69b90b790cbf2547 Follow up c113bdc9d0c2cffd535ca97aff85c4bdc46b11f6
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index f1e16ec50f..51f6e1f0ac 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -4,13 +4,5 @@
*Jeremy Daer*
-* 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.