Add missing CHANGELOG entry.

This commit is contained in:
Guo Xiang Tan 2014-11-25 09:28:16 +08:00
parent 7a47690a13
commit cd902a0d1d
1 changed files with 7 additions and 0 deletions

View File

@ -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`.