aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-12-27 08:47:10 -0500
committerJon Moss <me@jonathanmoss.me>2016-12-27 08:47:10 -0500
commit0017866341e6ee085987173b0b586e8b7e8fee65 (patch)
treed6a5f0fd618b7af98d7d1442f44f67ad4ddd14c8 /activerecord
parentc01322376e196c883a659cd8a969a04400c35e23 (diff)
downloadrails-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.md4
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*