Skip to content

Commit 5e21770

Browse files
committed
Touchup changelog
1 parent ffb3410 commit 5e21770

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@
5858
which replaces the role of the static `MAX_CONTEXT_URLS`. The constructor
5959
now accepts a `max_context_urls` parameter that sets the value of
6060
`max_context_urls` which defaults to `MAX_CONTEXT_URLS`.
61-
- `pyld.fromRdf()` and `pyld.toRdf()` now support compound literals when serializing RDF to JSON-LD.
62-
Therefore, both methods accept the value `'compound-literal'` for the `'rdfDirection'` option.
63-
Fixes [fromRdf#tdi11](https://w3c.github.io/json-ld-api/tests/fromRdf-manifest.html#tdi11),
61+
- `pyld.fromRdf()` and `pyld.toRdf()` now support compound literals when
62+
serializing/deserializing RDF to/from JSON-LD. Therefore, both methods accept
63+
the value `'compound-literal'` for the `'rdfDirection'` option. Fixes
64+
[fromRdf#tdi11](https://w3c.github.io/json-ld-api/tests/fromRdf-manifest.html#tdi11),
6465
[fromRdf#tdi12](https://w3c.github.io/json-ld-api/tests/fromRdf-manifest.html#tdi12),
6566
[toRdf#tdi11](https://w3c.github.io/json-ld-api/tests/toRdf-manifest.html#tdi11), and
6667
[toRdf#tdi12](https://w3c.github.io/json-ld-api/tests/toRdf-manifest.html#tdi12).

0 commit comments

Comments
 (0)