Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Jun 22, 2023
1 parent 23240e4 commit 4cb8485
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
## 3.4.0 - 2023-03-xx

### Added
- Allow `canonicalIdMap` to be passed to `canonize` to be used by the canonical
identifier issuer. This allows the bnode identifier mapping generated by the
canonicalization algorithm to be exported to the caller. This feature is
particularly useful when the resulting bnode labels need to be changed for
use cases such as selective disclosure.
- Allow `canonicalIdMap` to be passed to `canonize` which will be populated by
the canonical identifier issuer with the bnode identifier mapping generated
by the canonicalization algorithm. This feature is particularly useful when
the resulting bnode labels need to be changed for use cases such as selective
disclosure.
- Add `inputFormat` option. Use "application/n-quads" for a N-Quads string that
will be parsed. Omit option for a JSON dataset or legacy dataset. This can
simplify a common case of using the internal parser to generate a dataset.
Expand Down

0 comments on commit 4cb8485

Please sign in to comment.