aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-11-22 08:30:03 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-11-22 08:30:04 -0200
commit18964368f3725e166719b6dc1f4b6546f6ef9e0c (patch)
tree6bc10139df9ae36f89eb6674f71c80fd3069c39d /railties
parent93f24cfb1dd7478e410f8e49c38bbad0ea355ae3 (diff)
downloadrails-18964368f3725e166719b6dc1f4b6546f6ef9e0c.tar.gz
rails-18964368f3725e166719b6dc1f4b6546f6ef9e0c.tar.bz2
rails-18964368f3725e166719b6dc1f4b6546f6ef9e0c.zip
Improve changelogs
Also make Action Mailer changelog format more consistent with the others [ci skip]
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 0b252bf745..21ac596ab9 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,6 +1,7 @@
* Remove turbolinks when generating a new application based on a template that skips it.
- Example
+ Example:
+
Skips turbolinks adding `add_gem_entry_filter { |gem| gem.name != "turbolinks" }`
to the template.