File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments