diff --git a/NEWS.md b/NEWS.md index f2e667378e5a0..ca76d2284f634 100644 --- a/NEWS.md +++ b/NEWS.md @@ -92,6 +92,8 @@ Multi-threading changes the first time it is called, and then always return the same result value of type `T` every subsequent time afterwards. There are also `OncePerThread{T}` and `OncePerTask{T}` types for similar usage with threads or tasks ([#55793]). +* `setprecision` now utilizes `ScopedValue`, enhancing thread safety when setting precision levels. + This change allows for safer precision adjustments in multi-threaded environments. ([#51362]) Build system changes --------------------