From 724b0833bdf58ac686ca86edc3b05f6007f7077c Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sat, 9 Jul 2016 17:51:31 +0530 Subject: Cleanup CHANGELOGs [ci skip] - Cleanup Active Record CHANGELOG. - Add missing CHANGELOG for https://github.com/rails/rails/pull/25688. - Clarify that assets requests logging is suppressed. --- railties/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 8a6b5c5cec..f6552a268b 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,7 @@ +* Set the server host using the `HOST` environment variable. + + *mahnunchik* + * Add public API to register new folders for `rake notes`: config.annotations.register_directories('spec', 'features') @@ -13,7 +17,7 @@ *Rafael Mendonça França* * Default `config.assets.quiet = true` in the development environment. Suppress - logging of `sprockets-rails` requests by default. + logging of assets requests by default. *Kevin McPhillips* -- cgit v1.2.3