From 5f35c60f848dda275e34bc055f58031c08d7b416 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 8 Sep 2018 09:50:05 +0200 Subject: reflect c03bba4 in CHANGELOGs --- activesupport/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index e7627df784..519e76f553 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,12 @@ +* Add support for tracing constant autoloads. Just throw + + ActiveSupport::Dependencies.logger = Rails.logger + ActiveSupport::Dependencies.verbose = true + + in an initializer. + + *Xavier Noria* + * Maintain `html_safe?` on html_safe strings when sliced. string = "
test
".html_safe -- cgit v1.2.3