From dd3e4c9b39732319e4e83c86ac23d1437eddd1ef Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Tue, 13 Aug 2024 12:06:44 -0700 Subject: [PATCH] changelog --- docs/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9f6671cc..518f7c9e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,10 @@ ### Added - feat: sync_call support in HttpAgent and Actor + - Skips polling if the sync call succeeds and provides a certificate + - Falls back to v2 api if the v3 endpoint 404's + - Adds certificate to SubmitResponse endpoint + - adds callSync option to `HttpAgent.call`, which defaults to `true` - feat: management canister interface updates for schnorr signatures - feat: ensure that identity-secp256k1 seed phrase must produce a 64 byte seed - docs: documentation and metadata for use-auth-client