diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2013-12-21 14:49:16 +0100 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2013-12-21 14:49:16 +0100 |
commit | d39db9da1a7e093f0248c9755fb8333d89dc1724 (patch) | |
tree | 2de5482b71fa592cb6a31e431ce3cd1e02af8cc1 /railties | |
parent | 2bc88d4f74a36e8014534c4b574140a8a3fc624d (diff) | |
download | rails-d39db9da1a7e093f0248c9755fb8333d89dc1724.tar.gz rails-d39db9da1a7e093f0248c9755fb8333d89dc1724.tar.bz2 rails-d39db9da1a7e093f0248c9755fb8333d89dc1724.zip |
Add a changelog entry for #13326 [ci skip]
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index ab8f64c647..aa26017bda 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,11 @@ +* `config.assets.raise_runtime_errors` is set to true by default + + This option has been introduced in + [sprockets-rails#100][https://github.com/rails/sprockets-rails/pull/100] + and defaults to true in new applications in development. + + *Richard Schneeman* + * Generates `html` and `text` templates for mailers by default. *Kassio Borges* |