File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -562,6 +562,9 @@ Deprecated or removed
562
562
`@test a ≈ b atol=c` in place of `@test ≈(a, b, atol=c)` (and hence
563
563
`@test_approx_eq_eps a b c`) ([#19901]).
564
564
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
+
565
568
* `convert` methods from `Diagonal` and `Bidiagonal` to subtypes of
566
569
`AbstractTriangular` have been deprecated ([#17723]).
567
570
@@ -654,6 +657,7 @@ Command-line option changes
654
657
[#18965]: https://github.com/JuliaLang/julia/issues/18965
655
658
[#18977]: https://github.com/JuliaLang/julia/issues/18977
656
659
[#19018]: https://github.com/JuliaLang/julia/issues/19018
660
+ [#19088]: https://github.com/JuliaLang/julia/issues/19088
657
661
[#19157]: https://github.com/JuliaLang/julia/issues/19157
658
662
[#19233]: https://github.com/JuliaLang/julia/issues/19233
659
663
[#19239]: https://github.com/JuliaLang/julia/issues/19239
You can’t perform that action at this time.
0 commit comments