Skip to content

Commit 20ce296

Browse files
committed
Add NEWS.md entry for at-textmime deprecation (JuliaLang#18441).
1 parent 6adef84 commit 20ce296

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
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]).
@@ -566,6 +569,7 @@ Command-line option changes
566569
[#18339]: https://github.com/JuliaLang/julia/issues/18339
567570
[#18342]: https://github.com/JuliaLang/julia/issues/18342
568571
[#18346]: https://github.com/JuliaLang/julia/issues/18346
572+
[#18441]: https://github.com/JuliaLang/julia/issues/18441
569573
[#18442]: https://github.com/JuliaLang/julia/issues/18442
570574
[#18444]: https://github.com/JuliaLang/julia/issues/18444
571575
[#18453]: https://github.com/JuliaLang/julia/issues/18453

0 commit comments

Comments
 (0)