Skip to content

Commit 12e478a

Browse files
committed
Update CHANGELOG
1 parent 5cc0728 commit 12e478a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,16 @@ Elixir v1.15 or later, where this issue has been resolved.
3838
are empty.
3939
- `RDF.PrefixMap.empty?/1` to check of a `RDF.PrefixMap` is empty.
4040
- `RDF.PrefixMap.limit/2` to limit a `RDF.PrefixMap` to a subset of some given prefixes.
41-
- `RDF.BlankNode.Generator.Random` implementation of `RDF.BlankNode.Generator.Algorithm`
41+
- `RDF.BlankNode.Generator.UUID` and `RDF.BlankNode.Generator.Random` implementations
42+
of `RDF.BlankNode.Generator.Algorithm`
4243
- `:bnode_gen` option on the Turtle/TriG decoders, allowing customization of blank node
4344
generation and a `turtle_trig_decoder_bnode_gen` application config for setting the
4445
default blank node generator globally.
4546
- Performance improvements of N-Triples and N-Quads encoders.
4647

4748
### Changed
4849

49-
- Default blank node generation in Turtle decoder now generates random blank node
50+
- Default blank node generation in Turtle decoder now generates UUID blank node
5051
identifiers instead of the previous deterministic incremented identifiers.
5152
This change ensures unique blank nodes across multiple parsing operations.
5253
You can opt back to the previous behaviour with the new `turtle_trig_decoder_bnode_gen`

0 commit comments

Comments
 (0)