From 82aa20adc080ad705fc4a7643bca9e40fb6a6b9a Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Fri, 26 Feb 2016 13:31:56 -0500 Subject: Add CHANGELOG entry for "Rendering ..." logging --- actionview/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'actionview') diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index d084f2b1e0..6b77fd44f1 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,3 +1,9 @@ +* Added log "Rendering ...", when starting to render a template to log that + we have started rendering something. This helps to easily identify the origin + of queries in the log whether they came from controller or views. + + *Vipul A M and Prem Sichanugrist* + ## Rails 5.0.0.beta3 (February 24, 2016) ## * Collection rendering can cache and fetch multiple partials at once. -- cgit v1.2.3