From 55487907a8beda67ae904cacd3ee461f30c1df15 Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Sat, 14 Sep 2024 14:40:10 -0500 Subject: [PATCH] Add compat entry for `Base.donotdelete` (#55773) (cherry picked from commit 346f38bceabf3dab1d3912fe822a663735c91d4a) --- base/docs/basedocs.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/docs/basedocs.jl b/base/docs/basedocs.jl index 1011164d2c959..3b666662c1962 100644 --- a/base/docs/basedocs.jl +++ b/base/docs/basedocs.jl @@ -3643,6 +3643,9 @@ unused and delete the entire benchmark code). which the value of the arguments of this intrinsic were available (in a register, in memory, etc.). +!!! compat "Julia 1.8" + This method was added in Julia 1.8. + # Examples ```julia