diff options
author | Zachary Scott <e@zzak.io> | 2014-11-24 16:13:25 -0800 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-11-24 16:13:25 -0800 |
commit | 49f74fbc4d0d4986c417e7e5dd10292370b78599 (patch) | |
tree | f264c01d9eb85c9755c3ba5fde831370dbc877ed | |
parent | 47728d53aa94b50297d38e4c15441ae12b6ca9f8 (diff) | |
download | rails-49f74fbc4d0d4986c417e7e5dd10292370b78599.tar.gz rails-49f74fbc4d0d4986c417e7e5dd10292370b78599.tar.bz2 rails-49f74fbc4d0d4986c417e7e5dd10292370b78599.zip |
Add a CHANGELOG entry for #16622 and a6de6f5 [ci skip]
-rw-r--r-- | railties/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index a1c7587f4d..aa6b142932 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,7 @@ +* Deprecate different default for `log_level` in production. + + *Godfrey Chan*, *Matthew Draper* + * Generated `.gitignore` excludes the whole `log/` directory, not only `*.log` files. |