From 1cebd05bfb7294595d1f893f4501d6a562680661 Mon Sep 17 00:00:00 2001 From: Simon Urbanek Date: Tue, 28 Nov 2023 12:03:29 +1300 Subject: [PATCH] update NEWS --- NEWS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ccc5f13..182c136 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,11 @@ -0.3-3 +0.3-4 2023-11-28 + * pass max.size argument through chunk.map() (#39) + + * minor change to work around rchk not being able to follow + protections across functions. + + +0.3-3 2022-12-09 * fix error/segfault (depending on R version) in as.output() when a type that doesn't support LENGTH() is passed (such as NULL).