From 57a9a88308c5a0e23704f45d6b68701eb4573680 Mon Sep 17 00:00:00 2001 From: Hong Ooi Date: Sat, 24 Feb 2024 00:58:15 +1100 Subject: [PATCH] update news --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 1c18522..5aab98b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,7 @@ - In the `ms_drive_item$load_dataframe()` method, pass the `...` argument to `read_delim`. - Add the ability to load Excel files (with extension .xls or .xlsx) to the `ms_drive_item$load_dataframe()` method. This requires the readxl package to be installed. +- Fix a bug in downloading shared files in business SharePoint/OneDrive (#189) ## Planner