aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2016-03-30 12:23:29 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2016-03-30 12:23:29 +0530
commit5ac7bd3ec4dddd6b9b0c2a59150021530f3a39dc (patch)
tree78cb5b74ed5f29f2cdaed64576fe5e0fdab6c2ab
parent6065f0ee78c460b5a35448a83211e2a0a9b66251 (diff)
downloadrails-5ac7bd3ec4dddd6b9b0c2a59150021530f3a39dc.tar.gz
rails-5ac7bd3ec4dddd6b9b0c2a59150021530f3a39dc.tar.bz2
rails-5ac7bd3ec4dddd6b9b0c2a59150021530f3a39dc.zip
Pass over CHANGELOGs [ci skip]
-rw-r--r--actionmailer/CHANGELOG.md4
-rw-r--r--activerecord/CHANGELOG.md4
2 files changed, 3 insertions, 5 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 604e332dad..51d85b95f2 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,8 +1,6 @@
## Rails 5.0.0.beta3 (February 24, 2016) ##
-* Add support to fragment cache in Action Mailer.
-
- Now you can use fragment caching in your mailers views.
+* Add support for fragment caching in Action Mailer views.
*Stan Lo*
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c2570f743e..d59101d621 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -18,9 +18,9 @@
*Sean Griffin*
-* The schema cache is now cleared after the 'migrate' task is run
+* The schema cache is now cleared after the `db:migrate` task is run.
- Closes #24273
+ Closes #24273.
*Chris Arcand*