diff --git a/DESCRIPTION b/DESCRIPTION index 038ce003..aa1d0bb5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: formatters Title: ASCII Formatting for Values and Tables -Version: 0.5.9.9007 -Date: 2024-12-10 +Version: 0.5.9.9008 +Date: 2024-12-18 Authors@R: c( person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut", comment = "original creator of the package"), diff --git a/NEWS.md b/NEWS.md index 7c5d0c57..6d97d516 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## formatters 0.5.9.9007 +## formatters 0.5.9.9008 * Fixed a bug in `mf_update_cinfo` causing an error when `export_as_txt` was applied to empty listings. * Fixed a bug in `mform_handle_newlines` that did not allow printing to console a table that has top left information, new lines in the column names and contained only one row. * Fixed a bug in `mform_handle_newlines` that did not allow for empty strings to be present in top left information.