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 @@ -449,6 +449,9 @@ Deprecated or removed
449
449
Instead, `reshape` the array such that its dimensionality matches the
450
450
number of indices ([#20079]).
451
451
452
+ * `Multimedia.@textmime "mime"` has been deprecated. Instead define
453
+ `Multimedia.istextmime(::MIME"mime") = true` ([#18441]).
454
+
452
455
* `isdefined(a::Array, i::Int)` has been deprecated in favor of `isassigned` ([#18346]).
453
456
454
457
* `is` has been deprecated in favor of `===` (which used to be an alias for `is`) ([#17758]).
@@ -588,6 +591,7 @@ Command-line option changes
588
591
[#18339]: https://github.com/JuliaLang/julia/issues/18339
589
592
[#18342]: https://github.com/JuliaLang/julia/issues/18342
590
593
[#18346]: https://github.com/JuliaLang/julia/issues/18346
594
+ [#18441]: https://github.com/JuliaLang/julia/issues/18441
591
595
[#18442]: https://github.com/JuliaLang/julia/issues/18442
592
596
[#18444]: https://github.com/JuliaLang/julia/issues/18444
593
597
[#18453]: https://github.com/JuliaLang/julia/issues/18453
You can’t perform that action at this time.
0 commit comments