mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing CHANGELOG entry.
This commit is contained in:
parent
7a47690a13
commit
cd902a0d1d
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
* MailerGenerator now generates layouts by default. HTML mailer layout will
|
||||
include `<html>` and `<body>` tags which will help to reduce spam score in
|
||||
some spam detection engines. Mailers will now inherit from `ApplicationMailer`
|
||||
which sets the default layout.
|
||||
|
||||
*Andy Jeffries*
|
||||
|
||||
* `link_to` and `url_for` generate URLs by default in templates, it is no
|
||||
longer needed to pass `only_path: false`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue