From d74cb7ef26b3d5d8c90ae1670bdf5ddd59c1943e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Wed, 28 Aug 2024 12:29:40 +0200 Subject: [PATCH] NEWS for using last for collapsing length-2 vectors if no sep2 --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 1d7f4ca47..1d6ba2ce6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # cli (development version) +* `ansi_collapse()` and inline collapsing now uses `last` as the separator + (without the serial comma) for two-element vectors if `sep2` is not + given (@rundel, #681). + # cli 3.6.3 * cli now builds on ARM Windows.