Skip to content

Commit ef62b86

Browse files
committed
Reorder NEWS
1 parent ed8e1da commit ef62b86

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

NEWS.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# cpp11 (development version)
22

3-
* Fixed a small protection issue flagged by rchk (#408).
4-
5-
* `R_NO_REMAP` and `STRICT_R_HEADERS` are now conditionally defined only if they
6-
have not already been defined elsewhere. This is motivated by the fact that
7-
`R_NO_REMAP` is becoming the default for C++ code in R 4.5.0 (#410).
3+
* cpp11 now requires R >=4.0.0, in line with the
4+
[tidyverse version policy](https://www.tidyverse.org/blog/2019/04/r-version-support/) (#411).
85

96
* Because cpp11 now requires R >=4.0.0, a number of previously optional tools
107
are now always available, allowing us to remove some dead code. In
@@ -19,8 +16,11 @@
1916
We would like to remove the dead code regarding these tools in the future, so
2017
we ask that you please remove usage of them from your own packages (#411).
2118

22-
* cpp11 now requires R >=4.0.0, in line with the
23-
[tidyverse version policy](https://www.tidyverse.org/blog/2019/04/r-version-support/) (#411).
19+
* `R_NO_REMAP` and `STRICT_R_HEADERS` are now conditionally defined only if they
20+
have not already been defined elsewhere. This is motivated by the fact that
21+
`R_NO_REMAP` is becoming the default for C++ code in R 4.5.0 (#410).
22+
23+
* Fixed a small protection issue flagged by rchk (#408).
2424

2525
# cpp11 0.5.0
2626

0 commit comments

Comments
 (0)