From dd075657d0743046206348e05a5ee4d6d8b3f9fa Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Sun, 11 Mar 2018 22:22:20 +0200 Subject: Fix CHANGELOGs [ci skip] - Add missing dots. - Remove reference to itself on GitHub. Usually, we add references to fixed issues only in a changelog. Follow up #32223 --- activesupport/CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'activesupport') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 9351a75dfa..ac1e58fbaa 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -6,8 +6,6 @@ URI.unescape("%E3%83%90") # => "バ" URI.unescape("\xe3\x83\x90%E3%83%90") # => Encoding::CompatibilityError - GH#32183 - *Ashe Connor*, *Aaron Patterson* * Add `:private` option to ActiveSupport's `Module#delegate` @@ -53,7 +51,7 @@ *Jeremy Daer* -* Adds parallel testing to Rails +* Adds parallel testing to Rails. Parallelize your test suite with forked processes or threads. -- cgit v1.2.3