From 6ecd897b74613faa815f0148bb0f43d3a378bda5 Mon Sep 17 00:00:00 2001 From: ayogasekaram Date: Mon, 4 Dec 2023 20:32:51 +0000 Subject: [PATCH] Update news file --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 4f99a09a1..6c25e40da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,7 @@ * Added `na_str` argument to `analyze_colvars` to set custom string to print in place of missing values. * Added flat `data.frame` outputs for `as_result_df()` via flag parameters `as_viewer`, `as_strings`, and `expand_colnames`. + * Migrated `export_as_pdf` function to `formatters`. ### Bug Fixes * Fixed a bug that was failing when wrapping and section dividers were used at the same time.