aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorKevin McPhillips <github@kevinmcphillips.ca>2016-06-22 20:43:12 -0400
committerKevin McPhillips <github@kevinmcphillips.ca>2016-06-22 20:43:12 -0400
commit2ffa001faa3e9d0295358dfe716b17c54623a086 (patch)
tree6b8c4502d028e5cda5d0fbac42fdb4d0960ad0f6 /railties
parentb081633efa17f77aee297b5d1841682183a0db84 (diff)
downloadrails-2ffa001faa3e9d0295358dfe716b17c54623a086.tar.gz
rails-2ffa001faa3e9d0295358dfe716b17c54623a086.tar.bz2
rails-2ffa001faa3e9d0295358dfe716b17c54623a086.zip
Update changelog for #25351
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 982385438b..83fe6f56a4 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Default `config.assets.quiet = true` in the development environment. Suppress
+ logging of `sprockets-rails` requests by default.
+
+ *Kevin McPhillips*
+
* Ensure `/rails/info` routes match in development for apps with a catch-all globbing route.
*Nicholas Firth-McCoy*