From 2d019e51a443527c3ad003e3ff561ec553739ad7 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Sun, 8 Sep 2024 12:18:44 -0700 Subject: [PATCH] narrow NEWS item --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index c1a2610ea..872b847ac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -25,7 +25,7 @@ rowwiseDT( #> 3: 5 6 c ~a + b ``` -2. Subsetting or aggregating columns of type `expression` works, [#5596](https://github.com/Rdatatable/data.table/issues/5596). Thanks to @tsp for the report, and @ben-schwen for the fix. +2. Limited support for subsetting or aggregating columns of type `expression`, [#5596](https://github.com/Rdatatable/data.table/issues/5596). Thanks to @tsp for the report, and @ben-schwen for the fix. ## BUG FIXES