From 62fba74932a72ee8104712a3db432b593fe0c6af Mon Sep 17 00:00:00 2001 From: Thierry Joyal Date: Tue, 24 Jan 2017 12:48:43 +0000 Subject: TaggedLogging to return a new logger instance --- activesupport/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 0614cdaabd..d8d8e061cb 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,7 @@ +* Changed `ActiveSupport::TaggedLogging.new` to return a new logger instance instead of mutating the one received as parameter. + + *Thierry Joyal* + * Add `ActiveSupport::Duration#before` and `#after` as aliases for `#until` and `#since` These read more like English and require less mental gymnastics to read and write. -- cgit v1.2.3