Skip to content

Commit e56ac8a

Browse files
Kenovchuravy
andauthored
Apply suggestion from @vchuravy
Co-authored-by: Valentin Churavy <[email protected]>
1 parent 86c2b15 commit e56ac8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/scopedvalues.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Abstract base type for scoped values that propagate values across
1212
dynamic scopes. All scoped value types must extend this abstract type.
1313
1414
See also: [`ScopedValue`](@ref), [`LazyScopedValue`](@ref)
15+
16+
!!! compat "Julia 1.13"
17+
AbstractScopedValue requires Julia 1.13+.
1518
"""
1619
abstract type AbstractScopedValue{T} end
1720

0 commit comments

Comments
 (0)