From fd8997a15b5b28c02ec3da4994589840f5292e3d Mon Sep 17 00:00:00 2001 From: Carl Boettiger Date: Mon, 26 Aug 2024 16:50:00 -0700 Subject: [PATCH] Update NEWS.md --- NEWS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index f3b5e74..002ad80 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,11 @@ - -# duckdbfs 0.0.6 +# duckdbfs 0.0.7 * The default `cached_connection()` helper will configure a temporary storage location by default. It also now supports all options supported by `duckdb::duckdb()` for connection creation. * New `as_dataset()` utility copies a local in-memory data.frame into the connection. + +# duckdbfs 0.0.6 + * bugfix: reading from local disk recursively no longer requires manual `**`. Also, trying to read from an existing _local_ file won't try and append recursive search even when given the default recursive=TRUE option.