@@ -938,8 +938,8 @@ Deprecated or removed
938
938
* ` findin(a, b) ` has been deprecated in favor of ` find(occursin(b), a) ` ([ #24673 ] ).
939
939
940
940
* The generic implementations of ` strides(::AbstractArray) ` and ` stride(::AbstractArray, ::Int) `
941
- have been deprecated. Subtypes of ` AbstractArray ` that implement the newly introduced strided
942
- array interface should define their own ` strides ` method ([ #25321 ] ).
941
+ have been deprecated. Subtypes of ` AbstractArray ` that implement the newly introduced strided
942
+ array interface should define their own ` strides ` method ([ #25321 ] ).
943
943
944
944
945
945
Command-line option changes
@@ -1100,6 +1100,7 @@ Command-line option changes
1100
1100
[ #23342 ] : https://github.com/JuliaLang/julia/issues/23342
1101
1101
[ #23366 ] : https://github.com/JuliaLang/julia/issues/23366
1102
1102
[ #23373 ] : https://github.com/JuliaLang/julia/issues/23373
1103
+ [ #23393 ] : https://github.com/JuliaLang/julia/issues/23393
1103
1104
[ #23404 ] : https://github.com/JuliaLang/julia/issues/23404
1104
1105
[ #23427 ] : https://github.com/JuliaLang/julia/issues/23427
1105
1106
[ #23504 ] : https://github.com/JuliaLang/julia/issues/23504
@@ -1189,5 +1190,10 @@ Command-line option changes
1189
1190
[ #25168 ] : https://github.com/JuliaLang/julia/issues/25168
1190
1191
[ #25184 ] : https://github.com/JuliaLang/julia/issues/25184
1191
1192
[ #25231 ] : https://github.com/JuliaLang/julia/issues/25231
1193
+ [ #25249 ] : https://github.com/JuliaLang/julia/issues/25249
1194
+ [ #25321 ] : https://github.com/JuliaLang/julia/issues/25321
1192
1195
[ #25365 ] : https://github.com/JuliaLang/julia/issues/25365
1196
+ [ #25368 ] : https://github.com/JuliaLang/julia/issues/25368
1197
+ [ #25391 ] : https://github.com/JuliaLang/julia/issues/25391
1193
1198
[ #25424 ] : https://github.com/JuliaLang/julia/issues/25424
1199
+ [ #25457 ] : https://github.com/JuliaLang/julia/issues/25457
0 commit comments