diff --git a/NEWS.md b/NEWS.md index 468c3656e..8a46730da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,13 @@ keyword argument ([#3380](https://github.com/JuliaData/DataFrames.jl/pull/3380)) +## Bug fixes + +* Always use the default thread pool for multithreaded operations, + 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)) + # DataFrames.jl v1.6.1 Release Notes ## Bug fixes