Skip to content

Commit 6828334

Browse files
authored
Add missing dots to changelogs
1 parent c3518b4 commit 6828334

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
@@ -32,7 +32,7 @@
3232

3333
*Kevin Newton*
3434

35-
* Fix `eager_loading?` when ordering with `Symbol`
35+
* Fix `eager_loading?` when ordering with `Symbol`.
3636

3737
`eager_loading?` is triggered correctly when using `order` with symbols.
3838

@@ -68,7 +68,7 @@
6868

6969
*Luis Vasconcellos*, *Eileen M. Uchitelle*
7070

71-
* Fix `eager_loading?` when ordering with `Hash` syntax
71+
* Fix `eager_loading?` when ordering with `Hash` syntax.
7272

7373
`eager_loading?` is triggered correctly when using `order` with hash syntax
7474
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)