Skip to content

Commit 374ff22

Browse files
authored
Merge branch 'master' into dpa/every-compat-is-dep
2 parents 631ed08 + ce98bd5 commit 374ff22

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/src/guidelines.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ PackageG = "0.2 - 1" # includes infinitely many breaking 0.x releases of Pack
9292
See [Pkg's documentation](https://julialang.github.io/Pkg.jl/v1/compatibility/) for specification of `[compat]` entries in your
9393
`Project.toml` file.
9494

95-
(**Note:** Standard libraries are excluded for this criterion since they are bundled
96-
with Julia, and, hence, implicitly included in the `[compat]` entry for Julia.
97-
For the time being, JLL dependencies are also excluded for this criterion because they
98-
often have non-standard version numbering schemes; however, this may change in the future.)
95+
(**Note:** JLL dependencies are excluded from this criterion because they often have non-standard version numbering schemes; however, this may change in the future.)
9996

10097
You may find [CompatHelper.jl](https://github.com/bcbi/CompatHelper.jl) and [PackageCompatUI.jl](https://github.com/GunnarFarneback/PackageCompatUI.jl) helpful for maintaining up-to-date `[compat]` entries.
10198

0 commit comments

Comments
 (0)