From 7161322a840761f19b5b5b273f37bcae80351f31 Mon Sep 17 00:00:00 2001 From: Tan Date: Wed, 27 Dec 2023 18:36:27 -0500 Subject: [PATCH] bump news.md --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 3046695..99fbcb6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,8 @@ provides the code to create the release in the error body. before trying API download URLs. This should reduce/eliminate effect of API rate limits for pb_download. [#109] * `"latest"` release now aligns with GitHub's "latest" release definition [#113] +* Add new functions `pb_read()` and `pb_write()` as convenience wrappers around +pattern of downloading to `tempfile()` and then reading into memory. [#97] # piggyback 0.1.5