From a5e494ee3ebce760bd87a07909233a8bf16fe078 Mon Sep 17 00:00:00 2001 From: Brian Helsel Date: Fri, 14 Jul 2023 10:26:35 -0500 Subject: [PATCH] Update NEWS.md --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index e1813a2..0c4642b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# iFitbit 0.1.4 +* Update license to include University of Kansas copyright information. +* Update `get_fitbit_exercise_log` function to check for NULL values. +* Change toCSV to toXLSX in the `get_fitbit_report` so that the tables in the SQL database can be written to separate Excel sheets. +* Provide an option to return device information to the users R environment + # iFitbit 0.1.3 * Add a method to `get_fitbit_activities` that separates Fitbit API calls for time periods greater than 100 days. * Removed a merge call in `get_fitbit_heart_intraday` that didn't work for an incomplete day of heart rate data.