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 @@ -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
You can’t perform that action at this time.
0 commit comments