Skip to content

Commit aa17635

Browse files
committed
add deprecation note to docstring
1 parent f6a96dc commit aa17635

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/datasets.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,11 @@ const _DOCS_datasets_metadata_fields = """
469469
`(:spdx, licence_identifier)` tuple), or a tuple `(:fulltext, license_text)`,
470470
where `license_text` is the full text string of a custom license
471471
* `groups`: an iterable of valid group names
472+
473+
!!! compat "JuliaHub.jl v0.1.12"
474+
475+
The `license = (:fulltext, ...)` form requires v0.1.12, and `license = (:fulltext, ...)`
476+
is deprecated since that version.
472477
"""
473478

474479
"""

0 commit comments

Comments
 (0)