diff --git a/NEWS.md b/NEWS.md index 6f42dcda3..56b8c33c8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ ## formatters 0.5.3.9002 * Fixed a bug in `paginate_to_mpfs()` so that formatting in listings key columns is retained with pagination [`insightsengineering/rlistings#155`](https://github.com/insightsengineering/rlistings/issues/155). - + * Improved error message for pagination when `cpp` or `lpp` is too small in comparison to the column or row widths. + ## formatters 0.5.3 * Decimal alignment now throws informative error if scientific notation is used. * Specified minimal version of package dependencies.