diff --git a/NEWS.md b/NEWS.md index 09178963..f0c904a9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # rextendr (development version) -* Introduces new functions `use_cran_defaults()` and `vendor_pkgs()` to ease the publication of extendr-powered packages on CRAN. See the new article _CRAN compliant extendr packages_ on how to use these. +* Introduces new functions `use_cran_defaults()` and `vendor_pkgs()` to ease the publication of extendr-powered packages on CRAN. See the new article _CRAN compliant extendr packages_ on how to use these (#320). * `rust_sitrep()` now better communicates the status of the Rust toolchain and available targets. It also guides the user through necessary installation steps to fix Rust setup (#318). * `use_extendr()` and `document()` now set the `SystemRequirements` field of the `DESCRIPTION` file to `Cargo (rustc package manager)` if the field is empty (#298).