Skip to content

Commit 2a82221

Browse files
authored
update Compat for rename of Pkg to OldPkg (#551)
* temporarily disable the Project file while things are in flux * simply redirect Pkg to the new package manager on 0.7
1 parent 5b40ef1 commit 2a82221

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ Currently, the `@compat` macro supports the following syntaxes:
126126
not yet part of the standard library ([#24443]).
127127

128128
* `using Compat.Pkg` is provided on versions older than 0.7, where this library is
129-
not yet part of the standard library ([#25705]).
129+
not yet part of the standard library ([#25705]). Note that `Compat.Pkg` will point to
130+
the new package manager on 0.7 which does not have a fully compatible API with the old
131+
package manager.
130132

131133
* `using Compat.InteractiveUtils` is provided on versions older than 0.7, where this library is
132134
not yet part of the standard library ([#25780]).
File renamed without changes.

0 commit comments

Comments
 (0)