From 5ac7bd3ec4dddd6b9b0c2a59150021530f3a39dc Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Wed, 30 Mar 2016 12:23:29 +0530 Subject: Pass over CHANGELOGs [ci skip] --- actionmailer/CHANGELOG.md | 4 +--- activerecord/CHANGELOG.md | 4 ++-- 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* -- cgit v1.2.3