Skip to content

Commit af92634

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for at-textmime deprecation (#18441). (#21884)
1 parent 379ae49 commit af92634

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,9 @@ Deprecated or removed
449449
Instead, `reshape` the array such that its dimensionality matches the
450450
number of indices ([#20079]).
451451
452+
* `Multimedia.@textmime "mime"` has been deprecated. Instead define
453+
`Multimedia.istextmime(::MIME"mime") = true` ([#18441]).
454+
452455
* `isdefined(a::Array, i::Int)` has been deprecated in favor of `isassigned` ([#18346]).
453456
454457
* `is` has been deprecated in favor of `===` (which used to be an alias for `is`) ([#17758]).
@@ -588,6 +591,7 @@ Command-line option changes
588591
[#18339]: https://github.com/JuliaLang/julia/issues/18339
589592
[#18342]: https://github.com/JuliaLang/julia/issues/18342
590593
[#18346]: https://github.com/JuliaLang/julia/issues/18346
594+
[#18441]: https://github.com/JuliaLang/julia/issues/18441
591595
[#18442]: https://github.com/JuliaLang/julia/issues/18442
592596
[#18444]: https://github.com/JuliaLang/julia/issues/18444
593597
[#18453]: https://github.com/JuliaLang/julia/issues/18453

0 commit comments

Comments
 (0)