diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-12-05 11:33:12 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-12-05 11:33:12 +0100 |
commit | 64c784f5534bdd18866700f9441d99bcef568c3a (patch) | |
tree | a848b805b52954f76b45c0f875012e1245c928d4 /railties | |
parent | 752f9fed00221ad97073e13b12be9c849199b4b8 (diff) | |
download | rails-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.md | 4 |
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* |