Skip to content

Commit

Permalink
Add NEWS.md entry for takebuf_{array|string} deprecation (JuliaLang#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed May 19, 2017
1 parent 907afec commit 3dc147d
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 @@ -562,6 +562,9 @@ Deprecated or removed
`@test a ≈ b atol=c` in place of `@test ≈(a, b, atol=c)` (and hence
`@test_approx_eq_eps a b c`) ([#19901]).

* `takebuf_array` has been deprecated in favor of `take!`, and `takebuf_string(x)`
has been deprecated in favor of `String(take!(x))` ([#19088]).

* `convert` methods from `Diagonal` and `Bidiagonal` to subtypes of
`AbstractTriangular` have been deprecated ([#17723]).

Expand Down Expand Up @@ -654,6 +657,7 @@ Command-line option changes
[#18965]: https://github.com/JuliaLang/julia/issues/18965
[#18977]: https://github.com/JuliaLang/julia/issues/18977
[#19018]: https://github.com/JuliaLang/julia/issues/19018
[#19088]: https://github.com/JuliaLang/julia/issues/19088
[#19157]: https://github.com/JuliaLang/julia/issues/19157
[#19233]: https://github.com/JuliaLang/julia/issues/19233
[#19239]: https://github.com/JuliaLang/julia/issues/19239
Expand Down

0 comments on commit 3dc147d

Please sign in to comment.