From a9c214d35cb8821233a428d22308bcee71c64461 Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Thu, 7 Sep 2023 13:17:36 -0600 Subject: [PATCH] Update NEWS --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index e3c8728..7080c1b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,8 @@ - Deprecated the `save_dir` and `force_request` arguments for `fetch_survey()`, so that survey response downloads are no longer cached; calls to `fetch_survey()` now always query the Qualtrics API (#317) +- Added new `tmp_dir` argument to `fetch_survey()` so users can specify where survey results are briefly stored on disk (#327) + # qualtRics 3.1.7 - Refactored code for checking arguments and errors, thanks to @jmobrien (#263)