From c241c9d45ba15cda45d09173032426dda3939e9b Mon Sep 17 00:00:00 2001 From: bobinstein Date: Thu, 18 Apr 2024 10:02:06 -0400 Subject: [PATCH] docs: updated change logs --- .../src/docs/turbo/turbo-sdk/release-notes.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/src/docs/turbo/turbo-sdk/release-notes.md b/docs/src/docs/turbo/turbo-sdk/release-notes.md index 382c79e..256e0b9 100644 --- a/docs/src/docs/turbo/turbo-sdk/release-notes.md +++ b/docs/src/docs/turbo/turbo-sdk/release-notes.md @@ -6,6 +6,33 @@ Welcome to the documentation page for the Turbo SDK release notes. Here, you wil ## Releases +### V1.5.0 + +(2024-04-16) + +Bug Fixes + +- **fund with AR**: add web esm compatible arweave export +- export Arconnect and ArweaveSigner from env specific signers + +Features + +- **crypto payments**: Init fund methods +- **crypto payments**: Refactor arweave-js out of signer +- **fund with AR**: Add ToTokenAmount helper utils +- **fund with AR**: Catch polling error +- **fund with AR**: Continue polling on request error +- **fund with AR**: Throw no wallet found as error +- **signers**: Exports arbundles ArconnectSigner and ArweaveSigner + +### V1.4.2 + +(2024-03-15) + +Bug Fixes + +- **arbundles**: pin arbundles to v0.9.9 and run tests locally + ### V1.4.1