diff --git a/client-sdk/ts-web/signer-tweetnacl/docs/changelog.md b/client-sdk/ts-web/signer-tweetnacl/docs/changelog.md new file mode 100644 index 0000000000..1a35e721e8 --- /dev/null +++ b/client-sdk/ts-web/signer-tweetnacl/docs/changelog.md @@ -0,0 +1,14 @@ +# Changelog + +## Unreleased changes + +New features: + +- This is the `NaclSigner` class formerly in `@oasisprotocol/client`. Feel + free to continue using it for development. + +Breaking changes: + +- The `note` parameter is removed. Our opinion on using in-application-memory + keys is unchanged. But if you're taking the step of installing this library + called "signer-tweetnacl," you that it's using tweetnacl under the hood.