aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-12-05 11:33:12 +0100
committerYves Senn <yves.senn@gmail.com>2013-12-05 11:33:12 +0100
commit64c784f5534bdd18866700f9441d99bcef568c3a (patch)
treea848b805b52954f76b45c0f875012e1245c928d4 /activerecord/CHANGELOG.md
parent752f9fed00221ad97073e13b12be9c849199b4b8 (diff)
downloadrails-64c784f5534bdd18866700f9441d99bcef568c3a.tar.gz
rails-64c784f5534bdd18866700f9441d99bcef568c3a.tar.bz2
rails-64c784f5534bdd18866700f9441d99bcef568c3a.zip
end sentences with a `.`. [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index f0ae0050a7..951ec17a85 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -772,11 +772,11 @@
*Neeraj Singh*
-* Removed deprecated method `scoped`
+* Removed deprecated method `scoped`.
*Neeraj Singh*
-* Removed deprecated method `default_scopes?`
+* Removed deprecated method `default_scopes?`.
*Neeraj Singh*
@@ -811,7 +811,7 @@
*Jon Leighton*
-* Remove `activerecord-deprecated_finders` as a dependency
+* Remove `activerecord-deprecated_finders` as a dependency.
*Łukasz Strzałkowski*