提交 64c784f5 编写于 作者: Y Yves Senn

end sentences with a `.`. [ci skip]

上级 752f9fed
......@@ -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*
......
......@@ -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
......
......@@ -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*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册