diff --git a/DESCRIPTION b/DESCRIPTION index a22d4978..cf4ea163 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: formatters Title: ASCII Formatting for Values and Tables -Version: 0.5.6.9008 +Version: 0.5.7 Date: 2024-05-28 Authors@R: c( person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut", diff --git a/NEWS.md b/NEWS.md index 9b49ec0b..f8a300be 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,8 @@ -## formatters 0.5.6.9008 +## formatters 0.5.7 -* Deprecate `width`, `height` and `fontsize` arguments of `export_as_pdf()` using `lifecycle` package. -* Add `lifecycle` badge files for documentation. -* Fixed bug causing recursive appending of page number text during pagination. +* Added `lifecycle` badge files for documentation. +* Fixed a bug causing recursive appending of page number text during pagination. +* Deprecated `width`, `height` and `fontsize` arguments of `export_as_pdf()` using `lifecycle` package. ## formatters 0.5.6 * Added "N=xx" format and unit test for it.