File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -580,6 +580,11 @@ Deprecated or removed
580
580
* The zero-argument constructor `MersenneTwister()` has been
581
581
deprecated in favor of the explicit `MersenneTwister(0)` ([#16984]).
582
582
583
+ * `Base.promote_type(op::Type, Ts::Type...)` has been removed as part of an overhaul
584
+ of `broadcast`'s promotion mechanism. If you need the functionality of that
585
+ `Base.promote_type` method, consider defining it locally via
586
+ `Core.Inference.return_type(op, Tuple{Ts...})` ([#18642]).
587
+
583
588
* `bitbroadcast` has been deprecated in favor of `broadcast`, which now produces a
584
589
`BitArray` instead of `Array{Bool}` for functions yielding a boolean result ([#19771]).
585
590
@@ -637,6 +642,7 @@ Command-line option changes
637
642
[#18473]: https://github.com/JuliaLang/julia/issues/18473
638
643
[#18558]: https://github.com/JuliaLang/julia/issues/18558
639
644
[#18628]: https://github.com/JuliaLang/julia/issues/18628
645
+ [#18642]: https://github.com/JuliaLang/julia/issues/18642
640
646
[#18644]: https://github.com/JuliaLang/julia/issues/18644
641
647
[#18660]: https://github.com/JuliaLang/julia/issues/18660
642
648
[#18690]: https://github.com/JuliaLang/julia/issues/18690
You can’t perform that action at this time.
0 commit comments