aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McPhillips <github@kevinmcphillips.ca>2016-06-22 20:42:54 -0400
committerKevin McPhillips <github@kevinmcphillips.ca>2016-06-22 20:42:54 -0400
commitb081633efa17f77aee297b5d1841682183a0db84 (patch)
tree956cb3c4af0fe2e0d3337554515d73a8d1ad964d
parent48f896cd504331a5d1d78324a4b7d5969a06606e (diff)
downloadrails-b081633efa17f77aee297b5d1841682183a0db84.tar.gz
rails-b081633efa17f77aee297b5d1841682183a0db84.tar.bz2
rails-b081633efa17f77aee297b5d1841682183a0db84.zip
Update changelog for #25341
-rw-r--r--activesupport/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index d9f23c55ba..b71a26aba2 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Fixed `ActiveSupport::Logger.broadcast` so that calls to `#silence` now
+ properly delegate to all loggers. Silencing now properly suppresses logging
+ to both the log and the console.
+
+ *Kevin McPhillips*
+
* Remove deprecated arguments in `assert_nothing_raised`.
*Rafel Mendonça França*