diff options
author | Jon Moss <me@jonathanmoss.me> | 2016-12-27 08:47:10 -0500 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2016-12-27 08:47:10 -0500 |
commit | 0017866341e6ee085987173b0b586e8b7e8fee65 (patch) | |
tree | d6a5f0fd618b7af98d7d1442f44f67ad4ddd14c8 /activerecord | |
parent | c01322376e196c883a659cd8a969a04400c35e23 (diff) | |
download | rails-0017866341e6ee085987173b0b586e8b7e8fee65.tar.gz rails-0017866341e6ee085987173b0b586e8b7e8fee65.tar.bz2 rails-0017866341e6ee085987173b0b586e8b7e8fee65.zip |
Small edits to activerecord/CHANGELOG.md
[ci skip]
- add period where necessary
- add backticks where necessary
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index eac54e7566..034e45b769 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,10 +1,10 @@ * Notifications see frozen SQL string. - Fixes #23774 + Fixes #23774. *Richard Monette* -* RuntimeErrors are no longer translated to ActiveRecord::StatementInvalid. +* RuntimeErrors are no longer translated to `ActiveRecord::StatementInvalid`. *Richard Monette* |