From 33d9f76fe3f1d2380d38ee959cd609225d8925f2 Mon Sep 17 00:00:00 2001 From: Jim Hester Date: Wed, 5 May 2021 13:44:54 -0400 Subject: [PATCH] Re-rorder news for release --- NEWS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index e2660ba31..874e45418 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,14 +1,14 @@ # devtools (development version) -* RStudio addins now run in interactive mode, rather than background mode (@jennybc, #2350) - -* `install(upgrade)` now defaults to 'default' rather than 'ask'. This allows you to control the default asking behavior with the `R_REMOTES_UPGRADE` environment variable (#2345) - * `build_readme()` now uses the `path` argument, as designed (#2344) +* `create()` no longer opens projects by default to avoid duplicate projects opened by the RStudio IDE project template (#2347, @malcolmbarrett) + * The RStudio addins now use `test_active_file()` and `test_coverage_active_file()` instead of the deprecated `test_file()` and `test_coverage_file()` (#2339) -* `create()` no longer opens projects by default to avoid duplicate projects opened by the RStudio IDE project template (#2347, @malcolmbarrett) +* RStudio addins now run in interactive mode, rather than background mode (@jennybc, #2350) + +* `install(upgrade)` now defaults to 'default' rather than 'ask'. This allows you to control the default asking behavior with the `R_REMOTES_UPGRADE` environment variable (#2345) # devtools 2.4.0