From f7c070a15d0bd27d6f422f497cd2999f2d83f8ba Mon Sep 17 00:00:00 2001 From: emse-p4a-gwu Date: Tue, 26 Nov 2024 09:23:04 -0500 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index fd676ff9..d878d791 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # surveydown (development version) +- Fixed typo in error message (`data.csv` -> `preview_data.csv`). + # surveydown 0.5.0 - New cookies feature! Now `sd_server()` accepts a new argument `use_cookies`, defaults to `TRUE`. It enables cookies so that reopening the survey will resume the participant to where the survey was left. The database will trace to the original `session_id` and continuous the data update based on user input. If changed to `FALSE`, the survey will start as brand new session upon reopening.