Skip to content

Commit

Permalink
Add NEWS.md entry for at-textmime deprecation (#18441). (#21884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 authored and tkelman committed May 16, 2017
1 parent 379ae49 commit af92634
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,9 @@ Deprecated or removed
Instead, `reshape` the array such that its dimensionality matches the
number of indices ([#20079]).
* `Multimedia.@textmime "mime"` has been deprecated. Instead define
`Multimedia.istextmime(::MIME"mime") = true` ([#18441]).
* `isdefined(a::Array, i::Int)` has been deprecated in favor of `isassigned` ([#18346]).
* `is` has been deprecated in favor of `===` (which used to be an alias for `is`) ([#17758]).
Expand Down Expand Up @@ -588,6 +591,7 @@ Command-line option changes
[#18339]: https://github.com/JuliaLang/julia/issues/18339
[#18342]: https://github.com/JuliaLang/julia/issues/18342
[#18346]: https://github.com/JuliaLang/julia/issues/18346
[#18441]: https://github.com/JuliaLang/julia/issues/18441
[#18442]: https://github.com/JuliaLang/julia/issues/18442
[#18444]: https://github.com/JuliaLang/julia/issues/18444
[#18453]: https://github.com/JuliaLang/julia/issues/18453
Expand Down

0 comments on commit af92634

Please sign in to comment.