You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -971,6 +971,8 @@ Deprecated or removed
971
971
*`rand(t::Tuple{Vararg{Int}})` is deprecated in favor of `rand(Float64, t)` or `rand(t...)`;
972
972
`rand(::Tuple)` will have another meaning in the future ([#25429], [#25278]).
973
973
974
+
* The `assert` function (and `@assert` macro) have been documented that they are not guaranteed to run under various optimization levels and should therefore not be used to e.g. verify passwords.
975
+
974
976
*`ObjectIdDict` has been deprecated in favor of `IdDict{Any,Any}` ([#25210]).
975
977
976
978
*`gc` and `gc_enable` have been deprecated in favor of `GC.gc` and `GC.enable` ([#25616]).
0 commit comments