Skip to content

Commit 0965b67

Browse files
authored
Merge pull request rails#42967 from p8/main
Clean up missing dots in changelogs
2 parents c84dec3 + 6828334 commit 0965b67

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

actionview/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*Ben Toews*, *John Hawthorn*, *Kasper Timm Hansen*, *Joel Hawksley*
44

5-
* Add `include_seconds` option for `time_field`
5+
* Add `include_seconds` option for `time_field`.
66

77
<%= form.time_field :foo, include_seconds: false %>
88
# => <input value="16:22" type="time" />

activerecord/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
*Kevin Newton*
8989

90-
* Fix `eager_loading?` when ordering with `Symbol`
90+
* Fix `eager_loading?` when ordering with `Symbol`.
9191

9292
`eager_loading?` is triggered correctly when using `order` with symbols.
9393

@@ -123,7 +123,7 @@
123123

124124
*Luis Vasconcellos*, *Eileen M. Uchitelle*
125125

126-
* Fix `eager_loading?` when ordering with `Hash` syntax
126+
* Fix `eager_loading?` when ordering with `Hash` syntax.
127127

128128
`eager_loading?` is triggered correctly when using `order` with hash syntax
129129
on an outer table.

activesupport/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Allow entirely opting out of deprecation warnings
1+
* Allow entirely opting out of deprecation warnings.
22

33
Previously if you did `app.config.active_support.deprecation = :silence`, some work would
44
still be done on each call to `ActiveSupport::Deprecation.warn`. In very hot paths, this could

0 commit comments

Comments
 (0)