diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 604e332dad663fe5d2ba3a0879af16256a154271..51d85b95f25c13a33f65ad63e0b8787741fee45e 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 c2570f743e85d372145b47018071b606362b2a88..d59101d62198551494cabd487a3140da687f8725 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*