Skip to content

Commit

Permalink
Tidy the NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed May 4, 2023
1 parent 97ead75 commit 8347743
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NEWS.md
@@ -1,18 +1,18 @@
# bench (development version)

* R >=3.5.0 is now required, which is aligned with tidyverse standards.
* Long unnamed `bench_expr` expressions are now truncated correctly when used as
columns of a tibble (#94).

* `bench_mark` tibbles now respect the knitr paged df option (#103).

* Fixed an issue where macOS specific C code paths were accidentally being used
on GNU Hurd (#118).

* Long unnamed `bench_expr` expressions are now truncated correctly when used as
columns of a tibble (#94).
* Fixed `-Wstrict-prototypes` warnings, as requested by CRAN (#124).

* bench now uses testthat 3e (#129).
* R >=3.5.0 is now required, which is aligned with tidyverse standards.

* Fixed `-Wstrict-prototypes` warnings, as requested by CRAN (#124).
* bench now uses testthat 3e (#129).

* bench no longer Suggests mockery.

Expand Down

0 comments on commit 8347743

Please sign in to comment.