aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-11-25 00:25:30 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2014-11-25 00:25:30 -0800
commit6da69db9d8d5f293d57945f5e890b45cd5720de2 (patch)
tree83ce0ab5311ce51c919939853069e42f9290bcf0 /guides
parent79eedb346e103c5ff8e488b992c80b625c864097 (diff)
parent0613dd0234770ecd66e5f64dfb57aae6d19e9771 (diff)
downloadrails-6da69db9d8d5f293d57945f5e890b45cd5720de2.tar.gz
rails-6da69db9d8d5f293d57945f5e890b45cd5720de2.tar.bz2
rails-6da69db9d8d5f293d57945f5e890b45cd5720de2.zip
Merge pull request #17755 from zzak/changelog-for-16622
Add a CHANGELOG entry for #16622 and a6de6f5 [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_2_release_notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index 0281213bf2..69562e21da 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -311,6 +311,9 @@ Please refer to the [Changelog][railties] for detailed changes.
* Deprecated `Rails::Rack::LogTailer` without replacement.
([Commit](https://github.com/rails/rails/commit/84a13e019e93efaa8994b3f8303d635a7702dbce))
+* Deprecated missing `config.log_level` for production environments.
+ ([Pull Request](https://github.com/rails/rails/pull/16622))
+
### Notable changes
* Introduced `web-console` in the default application Gemfile.