Skip to content

Commit bf6377e

Browse files
committed
NEWS bullet for start/end functions
1 parent 032eeb3 commit bf6377e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

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

3+
* New `date_start()` and `date_end()` for computing the date at the start or
4+
end of a particular `precision`, such as the "end of the month" or
5+
the "start of the year". These are powered by `calendar_start()` and
6+
`calendar_end()`, which allow for even more flexible calendar-specific
7+
boundary generation, such as the "last moment in the fiscal quarter" (#232).
8+
39
* New `invalid_remove()` for removing invalid dates. This is just a wrapper
410
around `x[!invalid_detect(x)]`, but works nicely with the pipe (#229).
511

0 commit comments

Comments
 (0)