Skip to content

Commit 3dc147d

Browse files
committed
Add NEWS.md entry for takebuf_{array|string} deprecation (JuliaLang#19088).
1 parent 907afec commit 3dc147d

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
@@ -562,6 +562,9 @@ Deprecated or removed
562562
`@test a ≈ b atol=c` in place of `@test ≈(a, b, atol=c)` (and hence
563563
`@test_approx_eq_eps a b c`) ([#19901]).
564564
565+
* `takebuf_array` has been deprecated in favor of `take!`, and `takebuf_string(x)`
566+
has been deprecated in favor of `String(take!(x))` ([#19088]).
567+
565568
* `convert` methods from `Diagonal` and `Bidiagonal` to subtypes of
566569
`AbstractTriangular` have been deprecated ([#17723]).
567570
@@ -654,6 +657,7 @@ Command-line option changes
654657
[#18965]: https://github.com/JuliaLang/julia/issues/18965
655658
[#18977]: https://github.com/JuliaLang/julia/issues/18977
656659
[#19018]: https://github.com/JuliaLang/julia/issues/19018
660+
[#19088]: https://github.com/JuliaLang/julia/issues/19088
657661
[#19157]: https://github.com/JuliaLang/julia/issues/19157
658662
[#19233]: https://github.com/JuliaLang/julia/issues/19233
659663
[#19239]: https://github.com/JuliaLang/julia/issues/19239

0 commit comments

Comments
 (0)