mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing dots to changelogs
This commit is contained in:
parent
c3518b4a9c
commit
6828334555
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
*Ben Toews*, *John Hawthorn*, *Kasper Timm Hansen*, *Joel Hawksley*
|
*Ben Toews*, *John Hawthorn*, *Kasper Timm Hansen*, *Joel Hawksley*
|
||||||
|
|
||||||
* Add `include_seconds` option for `time_field`
|
* Add `include_seconds` option for `time_field`.
|
||||||
|
|
||||||
<%= form.time_field :foo, include_seconds: false %>
|
<%= form.time_field :foo, include_seconds: false %>
|
||||||
# => <input value="16:22" type="time" />
|
# => <input value="16:22" type="time" />
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
*Kevin Newton*
|
*Kevin Newton*
|
||||||
|
|
||||||
* Fix `eager_loading?` when ordering with `Symbol`
|
* Fix `eager_loading?` when ordering with `Symbol`.
|
||||||
|
|
||||||
`eager_loading?` is triggered correctly when using `order` with symbols.
|
`eager_loading?` is triggered correctly when using `order` with symbols.
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
*Luis Vasconcellos*, *Eileen M. Uchitelle*
|
*Luis Vasconcellos*, *Eileen M. Uchitelle*
|
||||||
|
|
||||||
* Fix `eager_loading?` when ordering with `Hash` syntax
|
* Fix `eager_loading?` when ordering with `Hash` syntax.
|
||||||
|
|
||||||
`eager_loading?` is triggered correctly when using `order` with hash syntax
|
`eager_loading?` is triggered correctly when using `order` with hash syntax
|
||||||
on an outer table.
|
on an outer table.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
* Allow entirely opting out of deprecation warnings
|
* Allow entirely opting out of deprecation warnings.
|
||||||
|
|
||||||
Previously if you did `app.config.active_support.deprecation = :silence`, some work would
|
Previously if you did `app.config.active_support.deprecation = :silence`, some work would
|
||||||
still be done on each call to `ActiveSupport::Deprecation.warn`. In very hot paths, this could
|
still be done on each call to `ActiveSupport::Deprecation.warn`. In very hot paths, this could
|
||||||
|
|
Loading…
Reference in a new issue