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 | |
parent | 752f9fed00221ad97073e13b12be9c849199b4b8 (diff) | |
download | rails-64c784f5534bdd18866700f9441d99bcef568c3a.tar.gz rails-64c784f5534bdd18866700f9441d99bcef568c3a.tar.bz2 rails-64c784f5534bdd18866700f9441d99bcef568c3a.zip |
end sentences with a `.`. [ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 6 | ||||
-rw-r--r-- | guides/source/4_1_release_notes.md | 16 | ||||
-rw-r--r-- | railties/CHANGELOG.md | 4 |
3 files changed, 14 insertions, 12 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* diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md index b3cd560de0..f1d73ce82a 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -155,9 +155,9 @@ for detailed changes. * Removed deprecated `threadsafe!` from Rails Config. * Removed deprecated `ActiveRecord::Generators::ActiveModel#update_attributes` in - favor of `ActiveRecord::Generators::ActiveModel#update` + favor of `ActiveRecord::Generators::ActiveModel#update`. -* Removed deprecated `config.whiny_nils` option +* Removed deprecated `config.whiny_nils` option. * Removed deprecated rake tasks for running tests: `rake test:uncommitted` and `rake test:recent`. @@ -173,9 +173,11 @@ for detailed changes. * `BACKTRACE` environment variable to show unfiltered backtraces for test failures. ([Commit](https://github.com/rails/rails/commit/84eac5dab8b0fe9ee20b51250e52ad7bfea36553)) -* Exposed `MiddlewareStack#unshift` to environment configuration. ([Pull Request](https://github.com/rails/rails/pull/12479)) +* Exposed `MiddlewareStack#unshift` to environment + configuration. ([Pull Request](https://github.com/rails/rails/pull/12479)) -* Add `Application#message_verifier` method to return a message verifier. ([Pull Request](https://github.com/rails/rails/pull/12995)) +* Add `Application#message_verifier` method to return a message + verifier. ([Pull Request](https://github.com/rails/rails/pull/12995)) Action Mailer ------------- @@ -404,13 +406,13 @@ for detailed changes. * Removed deprecated methods `partial_updates`, `partial_updates?` and `partial_updates=`. -* Removed deprecated method `scoped` +* Removed deprecated method `scoped`. -* Removed deprecated method `default_scopes?` +* Removed deprecated method `default_scopes?`. * Remove implicit join references that were deprecated in 4.0. -* Removed `activerecord-deprecated_finders` as a dependency +* Removed `activerecord-deprecated_finders` as a dependency. * Removed usage of `implicit_readonly`. Please use `readonly` method explicitly to mark records as 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* |