From d325ac58c3b907c9aa73c00f758ec46b68369040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eike=20Ha=C3=9F?= Date: Fri, 29 Sep 2023 14:57:06 +0200 Subject: [PATCH] Update bindings/wasm/CHANGELOG.md Co-authored-by: Philipp Gackstatter --- bindings/wasm/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/wasm/CHANGELOG.md b/bindings/wasm/CHANGELOG.md index 56df156a37..32b1d899ed 100644 --- a/bindings/wasm/CHANGELOG.md +++ b/bindings/wasm/CHANGELOG.md @@ -12,7 +12,7 @@ Note: Identities and credentials created with the earlier versions cannot be res ### Changed -Add dedicated EdDSA verifier crate [#1238](https://github.com/iotaledger/identity.rs/pull/1238) +- Add dedicated EdDSA verifier crate [#1238](https://github.com/iotaledger/identity.rs/pull/1238) - Use `VC Data Model v1.1` JWT encoding instead of `VC-JWT` [#1234](https://github.com/iotaledger/identity.rs/pull/1234) - Change `verifiable_credential` to type `Vec` in `Presentation` [#1231](https://github.com/iotaledger/identity.rs/pull/1231) - Polish Wasm bindings [#1206](https://github.com/iotaledger/identity.rs/pull/1206)