Skip to content

Commit e8cd808

Browse files
committed
Update changelog for rails#25356 and rails#25397
1 parent d34634f commit e8cd808

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

activesupport/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
* Fixed `ActiveSupport::Logger.broadcast` so that calls to `#silence` now
2+
properly delegate to all loggers. Silencing now properly suppresses logging
3+
to both the log and the console.
4+
5+
*Kevin McPhillips*
6+
7+
* Backported `ActiveSupport::LoggerThreadSafeLevel`. Assigning the
8+
`Rails.logger.level` is now thread safe.
9+
10+
*Kevin McPhillips*
11+
112
* Fixed a problem with ActiveSupport::SafeBuffer.titleize calling capitalize
213
on nil.
314

0 commit comments

Comments
 (0)