aboutsummaryrefslogtreecommitdiffstats
path: root/railties
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 /railties
parent752f9fed00221ad97073e13b12be9c849199b4b8 (diff)
downloadrails-64c784f5534bdd18866700f9441d99bcef568c3a.tar.gz
rails-64c784f5534bdd18866700f9441d99bcef568c3a.tar.bz2
rails-64c784f5534bdd18866700f9441d99bcef568c3a.zip
end sentences with a `.`. [ci skip]
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 166080c5b0..3813ef7909 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -177,11 +177,11 @@
*Paul Nikitochkin*
* Remove deprecated `ActiveRecord::Generators::ActiveModel#update_attributes` in
- favor of `ActiveRecord::Generators::ActiveModel#update`
+ favor of `ActiveRecord::Generators::ActiveModel#update`.
*Vipul A M*
-* Remove deprecated `config.whiny_nils` option
+* Remove deprecated `config.whiny_nils` option.
*Vipul A M*