File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,9 @@ Deprecated or removed
412
412
Instead, `reshape` the array such that its dimensionality matches the
413
413
number of indices ([#20079]).
414
414
415
+ * `Multimedia.@textmime "mime"` has been deprecated. Instead define
416
+ `Multimedia.istextmime(::MIME"mime") = true` ([#18441]).
417
+
415
418
* `isdefined(a::Array, i::Int)` has been deprecated in favor of `isassigned` ([#18346]).
416
419
417
420
* `is` has been deprecated in favor of `===` (which used to be an alias for `is`) ([#17758]).
@@ -551,6 +554,7 @@ Command-line option changes
551
554
[#18339]: https://github.com/JuliaLang/julia/issues/18339
552
555
[#18342]: https://github.com/JuliaLang/julia/issues/18342
553
556
[#18346]: https://github.com/JuliaLang/julia/issues/18346
557
+ [#18441]: https://github.com/JuliaLang/julia/issues/18441
554
558
[#18442]: https://github.com/JuliaLang/julia/issues/18442
555
559
[#18444]: https://github.com/JuliaLang/julia/issues/18444
556
560
[#18453]: https://github.com/JuliaLang/julia/issues/18453
You can’t perform that action at this time.
0 commit comments