From dfb66b1ee5e56b9521db43b99af965ab3a117b38 Mon Sep 17 00:00:00 2001 From: bs832471 Date: Thu, 8 Jun 2023 17:25:31 +0000 Subject: [PATCH] docs: #84 news tweak --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 3f731014..f5cbf089 100644 --- a/NEWS.md +++ b/NEWS.md @@ -19,7 +19,9 @@ and Breaking Changes * The `metacore` argument has been renamed to `metadata` in the following six xportr functions: `xportr_df_label()`, `xportr_format()`, `xportr_label()`, `xportr_length()`, `xportr_order()`, and `xportr_type()`. Please update your code to use the new `metadata` argument in place of `metacore`. + # xportr 0.2.0 + * Added a new validation test that errors when users pass invalid formats (#60 #64). Thanks to @zdz2101! * Fixed an issue where xportr_format could pass invalid formats to haven::write_xpt.