aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2018-02-16 08:09:02 -0500
committerGitHub <noreply@github.com>2018-02-16 08:09:02 -0500
commit7286d81312be3be925e6ba35823daa9910c6ab46 (patch)
tree4c489fef54f52b79daf28dbe94ee8b8215665c77 /activesupport/CHANGELOG.md
parent23c5558f37c2c55807e7603415214f2b4b7b22c1 (diff)
parent26821d9b572815a39c8ecb2e19375b2abff68730 (diff)
downloadrails-7286d81312be3be925e6ba35823daa9910c6ab46.tar.gz
rails-7286d81312be3be925e6ba35823daa9910c6ab46.tar.bz2
rails-7286d81312be3be925e6ba35823daa9910c6ab46.zip
Merge pull request #31900 from eileencodes/parallel-testing
Parallel testing
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index fc47c76e99..2976040a59 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,2 +1,7 @@
+* Adds parallel testing to Rails
+
+ Parallelize your test suite with forked processes or threads.
+
+ *Eileen M. Uchitelle*, *Aaron Patterson*
Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/activesupport/CHANGELOG.md) for previous changes.