From 4e08400c85916dc9acd33aecd4fe03e2fe04982e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogumi=C5=82=20Kami=C5=84ski?= Date: Fri, 20 Oct 2023 11:49:26 +0200 Subject: [PATCH] add news --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 14b1f1fd1..f6d51b1f3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -20,6 +20,9 @@ instead of using the interactive thread pool when Julia was started with `-tM,N` with N > 0 ([#3385](https://github.com/JuliaData/DataFrames.jl/pull/3385)) +* Correctly return `Bool[]` in the `nonunique` function applied to a data frame + with a pulled column that has zero levels in the pool + ([#3393](https://github.com/JuliaData/DataFrames.jl/pull/3393)) # DataFrames.jl v1.6.1 Release Notes