aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2018-03-12 10:43:22 +0000
committerGitHub <noreply@github.com>2018-03-12 10:43:22 +0000
commitaacda9c6901bef01ffac6a11b073305676b3062f (patch)
tree34c181e5e1f081f42c10f37df44d9516a96996b7 /activesupport
parentee01c753a3f6fc459e4215117a92085f47f46833 (diff)
parentdd075657d0743046206348e05a5ee4d6d8b3f9fa (diff)
downloadrails-aacda9c6901bef01ffac6a11b073305676b3062f.tar.gz
rails-aacda9c6901bef01ffac6a11b073305676b3062f.tar.bz2
rails-aacda9c6901bef01ffac6a11b073305676b3062f.zip
Merge pull request #32224 from bogdanvlviv/fix-rails_6_0-changelogs
Fix CHANGELOGs [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 1 insertions, 3 deletions
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.