@@ -134,6 +134,8 @@ New library features
134134* ` Timer ` now has readable ` timeout ` and ` interval ` properties, and a more descriptive ` show ` method ([ #57081 ] ).
135135* ` sort ` now supports ` NTuple ` s ([ #54494 ] ).
136136* ` map!(f, A) ` now stores the results in ` A ` , like ` map!(f, A, A) ` or ` A .= f.(A) ` ([ #40632 ] ).
137+ * ` setprecision ` with a function argument (typically a ` do ` block) is now thread safe. Other forms
138+ should be avoided, and types should switch to an implementation using ` ScopedValue ` ([ #51362 ] ).
137139
138140Standard library changes
139141------------------------
@@ -225,8 +227,10 @@ Tooling Improvements
225227[ #40989 ] : https://github.com/JuliaLang/julia/issues/40989
226228[ #45793 ] : https://github.com/JuliaLang/julia/issues/45793
227229[ #49355 ] : https://github.com/JuliaLang/julia/issues/49355
230+ [ #49933 ] : https://github.com/JuliaLang/julia/issues/49933
228231[ #50988 ] : https://github.com/JuliaLang/julia/issues/50988
229232[ #51149 ] : https://github.com/JuliaLang/julia/issues/51149
233+ [ #51362 ] : https://github.com/JuliaLang/julia/issues/51362
230234[ #51810 ] : https://github.com/JuliaLang/julia/issues/51810
231235[ #52103 ] : https://github.com/JuliaLang/julia/issues/52103
232236[ #52999 ] : https://github.com/JuliaLang/julia/issues/52999
@@ -284,3 +288,4 @@ Tooling Improvements
284288[ #57087 ] : https://github.com/JuliaLang/julia/issues/57087
285289[ #57109 ] : https://github.com/JuliaLang/julia/issues/57109
286290[ #57253 ] : https://github.com/JuliaLang/julia/issues/57253
291+ [ #57727 ] : https://github.com/JuliaLang/julia/issues/57727
0 commit comments