Skip to content

Commit 479f9cf

Browse files
authored
Mention the availability of public in compat 3.47 (#809)
1 parent db2077e commit 479f9cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ changes in `julia`.
7070

7171
## Supported features
7272

73-
* `@compat public foo, bar` marks `foo` and `bar` as public in Julia 1.11+ and is a no-op in Julia 1.10 and earlier. ([#50105]) (since Compat 4.10.0)
73+
* `@compat public foo, bar` marks `foo` and `bar` as public in Julia 1.11+ and is a no-op in Julia 1.10 and earlier. ([#50105]) (since Compat 3.47.0, 4.10.0)
7474

7575
* `sort` for `NTuple` and other iterables. ([#46104]) (since Compat 4.9.0)
7676

0 commit comments

Comments
 (0)