diff --git a/sdks/browser-sdk/CHANGELOG.md b/sdks/browser-sdk/CHANGELOG.md index a4569a967..aa557ebfd 100644 --- a/sdks/browser-sdk/CHANGELOG.md +++ b/sdks/browser-sdk/CHANGELOG.md @@ -4,7 +4,17 @@ ### Patch Changes -- a1a16a0: Refactor signing in browser and node SDKs +- a1a16a0: + - Added `Signer` interface + - Refactored `Client.create` to accept a `Signer` instead of account address + - Refactored client creation to automatically register and identity + - Added `disableAutoRegister` to `ClientOptions` to allow disabling of client registration after creation + - Removed direct access to all signature functions + - Added `Client.register` method for registering a client + - Added `Client.addAccount` method for adding another account to an installation + - Added `Client.removeAccount` method for removing an account from an installation + - Added `Client.revokeInstallations` method for revoking all other installations + - Added static `Client.canMessage` for checking if an address is on the network without a client ## 0.0.3