Skip to content

Commit 8479b7b

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for takebuf_{array|string} deprecation (#19088). (#21975)
(cherry picked from commit b7fdf5c)
1 parent 9851e79 commit 8479b7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,9 @@ Deprecated or removed
537537
`@test a ≈ b atol=c` in place of `@test ≈(a, b, atol=c)` (and hence
538538
`@test_approx_eq_eps a b c`) ([#19901]).
539539
540+
* `takebuf_array` has been deprecated in favor of `take!`, and `takebuf_string(x)`
541+
has been deprecated in favor of `String(take!(x))` ([#19088]).
542+
540543
* `convert` methods from `Diagonal` and `Bidiagonal` to subtypes of
541544
`AbstractTriangular` have been deprecated ([#17723]).
542545
@@ -635,6 +638,7 @@ Command-line option changes
635638
[#18965]: https://github.com/JuliaLang/julia/issues/18965
636639
[#18977]: https://github.com/JuliaLang/julia/issues/18977
637640
[#19018]: https://github.com/JuliaLang/julia/issues/19018
641+
[#19088]: https://github.com/JuliaLang/julia/issues/19088
638642
[#19157]: https://github.com/JuliaLang/julia/issues/19157
639643
[#19233]: https://github.com/JuliaLang/julia/issues/19233
640644
[#19239]: https://github.com/JuliaLang/julia/issues/19239

0 commit comments

Comments
 (0)