Skip to content

Commit 92c95c0

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for at-textmime deprecation (#18441). (#21884)
(cherry picked from commit af92634)
1 parent d19cd5e commit 92c95c0

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
@@ -412,6 +412,9 @@ Deprecated or removed
412412
Instead, `reshape` the array such that its dimensionality matches the
413413
number of indices ([#20079]).
414414
415+
* `Multimedia.@textmime "mime"` has been deprecated. Instead define
416+
`Multimedia.istextmime(::MIME"mime") = true` ([#18441]).
417+
415418
* `isdefined(a::Array, i::Int)` has been deprecated in favor of `isassigned` ([#18346]).
416419
417420
* `is` has been deprecated in favor of `===` (which used to be an alias for `is`) ([#17758]).
@@ -551,6 +554,7 @@ Command-line option changes
551554
[#18339]: https://github.com/JuliaLang/julia/issues/18339
552555
[#18342]: https://github.com/JuliaLang/julia/issues/18342
553556
[#18346]: https://github.com/JuliaLang/julia/issues/18346
557+
[#18441]: https://github.com/JuliaLang/julia/issues/18441
554558
[#18442]: https://github.com/JuliaLang/julia/issues/18442
555559
[#18444]: https://github.com/JuliaLang/julia/issues/18444
556560
[#18453]: https://github.com/JuliaLang/julia/issues/18453

0 commit comments

Comments
 (0)