From bbf86d4d5120dc3cfc22b7e397ec9416f2bd4120 Mon Sep 17 00:00:00 2001 From: janniks <6362150+janniks@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:50:30 +0200 Subject: [PATCH] docs: update migration guide --- .github/MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/MIGRATION.md b/.github/MIGRATION.md index 018ea6f2..c7520b31 100644 --- a/.github/MIGRATION.md +++ b/.github/MIGRATION.md @@ -20,7 +20,7 @@ ### Breaking Changes - To reduce the bundle sizes of applications using Stacks.js, we are switching from Buffer (a polyfill to match Node.js APIs) to Uint8Arrays (which Buffers use in the background anyway). [Read more...](#buffer-to-uint8array) -- To allow message signing on Ledger hardware wallets, we are changing the message signing prefix. [Read more...] +- To allow message signing on Ledger hardware wallets, we are changing the message signing prefix. [Read more...](#message-signing-prefix) - Post-conditions for NFTs were renamed to be more clear: `Owns` to `DoesNotSend`, `DoesNotOwn` to `Sends`. #### Buffer to Uint8Array