aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-03-30 03:58:46 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-03-30 03:58:46 -0300
commit2a8c3e53dcafe15e9efd4bfb16d4902ab0f4fbc1 (patch)
tree78cb5b74ed5f29f2cdaed64576fe5e0fdab6c2ab
parent6065f0ee78c460b5a35448a83211e2a0a9b66251 (diff)
parent5ac7bd3ec4dddd6b9b0c2a59150021530f3a39dc (diff)
downloadrails-2a8c3e53dcafe15e9efd4bfb16d4902ab0f4fbc1.tar.gz
rails-2a8c3e53dcafe15e9efd4bfb16d4902ab0f4fbc1.tar.bz2
rails-2a8c3e53dcafe15e9efd4bfb16d4902ab0f4fbc1.zip
Merge pull request #24366 from prathamesh-sonpatki/changelog-pass
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*