Skip to content

Commit f3094ca

Browse files
committed
Update changelog style.
1 parent a261d67 commit f3094ca

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@
66
- Expanding the value of a graph container which is already a graph object
77
generates a recursive graph object.
88
- Compacting multiple nodes in a graph container places them in `@included`.
9-
- Indexing on "@type" requires "@type" to be either "@id" or "@vocab",
10-
and defaults to "@id".
9+
- Indexing on `@type` requires `@type` to be either `@id` or `@vocab`, and
10+
defaults to `@id`.
1111

1212
### Changed
1313
- Default processing mode changed to json-ld-1.1. Allows a 1.1 context to be
1414
used after non-1.1 contexts.
15-
- Indexing on an arbitrary property, not just "@index".
16-
- `@vocab` can be relative or a Compact IRI in 1.1, resolved against either
17-
a previous `@vocab`, `@base` or document base.
15+
- Indexing on an arbitrary property, not just `@index`.
16+
- `@vocab` can be relative or a Compact IRI in 1.1, resolved against either a
17+
previous `@vocab`, `@base` or document base.
1818
- Better checking of absolute IRIs.
1919
- Terms that begin with a ':' are not considered absolute or compact IRIs.
20-
- Don't use terms with `"@prefix": false` or expanded term definitions to construct compact IRIs.
21-
- "@type" may be used as a term definition only if "@container": "@set".
20+
- Don't use terms with `"@prefix": false` or expanded term definitions to
21+
construct compact IRIs.
22+
- `@type` may be used as a term definition only if `"@container": "@set"`.
2223

2324
### Removed
2425
- **BREAKING**: Remove callback API support. This includes removing support

0 commit comments

Comments
 (0)