Skip to content

Commit

Permalink
Add NEWS.md entry for takebuf_{array|string} deprecation (#19088). (#…
Browse files Browse the repository at this point in the history
…21975)

(cherry picked from commit b7fdf5c)
  • Loading branch information
Sacha0 authored and tkelman committed Jun 2, 2017
1 parent 9851e79 commit 8479b7b
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 @@ -537,6 +537,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 @@ -635,6 +638,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 8479b7b

Please sign in to comment.