Skip to content

Commit 9ec84c8

Browse files
Update README.md
1 parent 5a58022 commit 9ec84c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ to the interface, and is likely to be deprecated in the near future as the compi
5050
## Breaking Release Notes
5151

5252
7.0: Setup to use the new v1.9 package extensions. All static interface functions were moved to
53-
[StaticArrayInterface.jl](https://github.com/JuliaArrays/StaticArrayInterface.jl).
53+
[StaticArrayInterface.jl](https://github.com/JuliaArrays/StaticArrayInterface.jl). All packages
54+
using one of the subpackages (ArrayInterfaceCore, ArrayInterfaceStaticArrays, etc.) should
55+
update to v7 by simply depending on ArrayInterface.jl, unless static interface functions
56+
were used in which case a dependency on StaticArrayInterface.jl is also necessary.
5457

5558
6.0: ArrayInterface.jl completely removed all usage of Requires.jl and conditional dependencies
5659
due to compile time impact. All of the Requires.jl support changed to subpackages within the

0 commit comments

Comments
 (0)