Skip to content

Commit f917ac2

Browse files
committed
Polish NEWS
1 parent bee2594 commit f917ac2

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

NEWS.md

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

3-
* cpp11 >=0.4.2 is now required to ensure that a fix related to unwind
4-
protection is included.
5-
6-
* R >=3.4.0 is now required. This is consistent with the standards of the
7-
tidyverse.
8-
9-
* Bumped required minimum version of tzdb to 0.3.0 to get access to the latest
10-
time zone database information (2022a).
3+
* `date_seq()` and the `seq()` methods for the calendar, time point, and
4+
duration types now allow `from > to` when `by > 0`. This now results in a
5+
size zero result rather than an error, which is more in line with
6+
`rlang::seq2()` and generally has more useful programmatic properties (#282).
117

12-
* vctrs >=0.4.1 and rlang >=1.0.4 are now required (#297).
8+
* The sys-time method for `as.POSIXct()` now correctly promotes to a precision
9+
of at least seconds before attempting the conversion. This matches the
10+
behavior of the naive-time method (#278).
1311

1412
* Removed the dependency on ellipsis in favor of the equivalent functions in
1513
rlang (#288).
@@ -18,14 +16,16 @@
1816

1917
* Updated all snapshot tests to use rlang 1.0.0 (#285).
2018

21-
* `date_seq()` and the `seq()` methods for the calendar, time point, and
22-
duration types now allow `from > to` when `by > 0`. This now results in a
23-
size zero result rather than an error, which is more in line with
24-
`rlang::seq2()` and generally has more useful programmatic properties (#282).
19+
* tzdb >=0.3.0 is now required to get access to the latest time zone database
20+
information (2022a).
2521

26-
* The sys-time method for `as.POSIXct()` now correctly promotes to a precision
27-
of at least seconds before attempting the conversion. This matches the
28-
behavior of the naive-time method (#278).
22+
* vctrs >=0.4.1 and rlang >=1.0.4 are now required (#297).
23+
24+
* cpp11 >=0.4.2 is now required to ensure that a fix related to unwind
25+
protection is included.
26+
27+
* R >=3.4.0 is now required. This is consistent with the standards of the
28+
tidyverse.
2929

3030
# clock 0.6.0
3131

0 commit comments

Comments
 (0)