Skip to content

Commit

Permalink
Add NEWS.md entry for arithtype deprecation (#18218). (#21942)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6ba63e5)
  • Loading branch information
Sacha0 authored and tkelman committed Jun 2, 2017
1 parent 5c1a88c commit 758c817
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 @@ -519,6 +519,10 @@ Deprecated or removed
* `convert` methods from `Diagonal` and `Bidiagonal` to subtypes of
`AbstractTriangular` have been deprecated ([#17723]).
* `Base.LinAlg.arithtype` has been deprecated. If you were using `arithtype` within a
`promote_op` call, instead use `promote_op(Base.LinAlg.matprod, Ts...)`. Otherwise,
consider defining equivalent functionality locally ([#18218]).
* Special characters (`#{}()[]<>|&*?~;`) should now be quoted in commands. For example,
``` `export FOO=1\;` ``` should replace ``` `export FOO=1;` ``` and
``` `cd $dir '&&' $thingie` ``` should replace ``` `cd $dir && $thingie` ``` ([#19786]).
Expand Down Expand Up @@ -568,6 +572,7 @@ Command-line option changes
[#18012]: https://github.com/JuliaLang/julia/issues/18012
[#18050]: https://github.com/JuliaLang/julia/issues/18050
[#18159]: https://github.com/JuliaLang/julia/issues/18159
[#18218]: https://github.com/JuliaLang/julia/issues/18218
[#18251]: https://github.com/JuliaLang/julia/issues/18251
[#18330]: https://github.com/JuliaLang/julia/issues/18330
[#18339]: https://github.com/JuliaLang/julia/issues/18339
Expand Down

0 comments on commit 758c817

Please sign in to comment.