diff --git a/NEWS.md b/NEWS.md index c8364a98..072c3435 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,13 +1,13 @@ # cli (development version) +* New `{.num}` and `{.bytes}` inline styles to format numbers + and bytes (@m-muecke, #644, #588, #643). + # cli 3.6.5 * `code_highlight()` supports long strings and symbols (#727 @moodymudskipper). -* New `{.num}` and `{.bytes}` inline styles to format numbers - and bytes (@m-muecke, #644, #588, #643). - # cli 3.6.4 * Pluralization now handles edge cases (`NA`, `NaN`, `Inf` and `-Inf`)