Skip to content

Commit

Permalink
add compat note
Browse files Browse the repository at this point in the history
  • Loading branch information
fatteneder committed Oct 29, 2023
1 parent db772bb commit 01d0b4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,9 @@ If `track_content=true` recompilation is triggered when the content of `path` ch
This is only needed if your module depends on a path that is not used via [`include`](@ref). It has
no effect outside of compilation.
!!! compat "Julia 1.11"
Keyword argument `track_content` requires at least Julia 1.11.
"""
function include_dependency(path::AbstractString; track_content::Bool=false)
_include_dependency(Main, path, track_content=track_content)
Expand Down

0 comments on commit 01d0b4d

Please sign in to comment.