Skip to content

Commit 91339b5

Browse files
committed
Reorder NEWS
1 parent f020848 commit 91339b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# clock (development version)
22

3-
* Modulus is now defined between a duration vector and an integer vector
4-
through `<duration> %% <integer>`. This returns a duration vector containing
5-
the remainder of the division (#273).
6-
73
* New `date_count_between()`, `calendar_count_between()`, and
84
`time_point_count_between()` for computing the number of units of time between
95
two dates (i.e. the number of years, months, days, or seconds). This has a
106
number of uses, like computing the age of an individual in years, or
117
determining the number of weeks that have passed since the start of the year
128
(#266).
9+
10+
* Modulus is now defined between a duration vector and an integer vector
11+
through `<duration> %% <integer>`. This returns a duration vector containing
12+
the remainder of the division (#273).
1313

1414
* Integer division is now defined for two duration objects through
1515
`<duration> %/% <duration>`. This always returns an integer vector, so be

0 commit comments

Comments
 (0)