Skip to content

Commit

Permalink
Add NEWS.md entry for three-arg SubArray constructor deprecation (#19259
Browse files Browse the repository at this point in the history
). (#21883)
  • Loading branch information
Sacha0 authored and tkelman committed May 16, 2017
1 parent c7e4fe7 commit 66402ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,10 @@ Deprecated or removed
* `isdefined(a::Array, i::Int)` has been deprecated in favor of `isassigned` ([#18346]).
* The three-argument `SubArray` constructor (which accepts `dims::Tuple` as its third
argument) has been deprecated in favor of the two-argument equivalent (the
`dims::Tuple` argument being superfluous) ([#19259]).
* `is` has been deprecated in favor of `===` (which used to be an alias for `is`) ([#17758]).
* `num` and `den` have been deprecated in favor of `numerator` and `denominator` respectively ([#19233]).
Expand Down Expand Up @@ -615,6 +619,7 @@ Command-line option changes
[#19157]: https://github.com/JuliaLang/julia/issues/19157
[#19233]: https://github.com/JuliaLang/julia/issues/19233
[#19239]: https://github.com/JuliaLang/julia/issues/19239
[#19259]: https://github.com/JuliaLang/julia/issues/19259
[#19288]: https://github.com/JuliaLang/julia/issues/19288
[#19305]: https://github.com/JuliaLang/julia/issues/19305
[#19331]: https://github.com/JuliaLang/julia/issues/19331
Expand Down

0 comments on commit 66402ac

Please sign in to comment.