From 2ac49e6c18a97749ea7619ffa57cec9102a4dc89 Mon Sep 17 00:00:00 2001 From: Will Beasley Date: Thu, 18 May 2017 11:49:52 -0500 Subject: [PATCH] update NEWS --- NEWS | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cf2ee2d9..54761f3f 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,18 @@ In the future: * When converting REDCap's CSV to R's data.frame, `readr::read_csv()` is used instead of `utils::read.csv()` (Issue #127). * `redcap_read()` and `redcap_read_oneshot()` allows caller to specify data types for columns. -Versions 0.9.4 through 0.9.6 (Developed 2015-08-26 through) + +Versions 0.9.8 (Released 2017-05-18) +------------------------------------------------------------------------------ +New Features: +* Enumerate the exported variables. with `redcap_variables()`. +* Experimental EAV export in `redcap_read_oneshot_eav()`, which can be accessed with a triple colon (ie, `REDCapR::redcap_read_oneshot_eav()`). + +Bug Fixes +* Adapted to new 2.4 version of curl (see #154) + + +Versions 0.9.4 through 0.9.6 (Developed 2015-08-26 through 2017-09-09) ------------------------------------------------------------------------------ New Features: * Support for filtering logic in `redcap_read()` and `redcap_read_oneshot()` (PR #126)