Skip to content

Commit

Permalink
changelog: add #1894
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Sep 14, 2023
1 parent 3d800d1 commit 12b2cf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/unreleased/SDK/1894-sdk-async-traits-send.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Added the `Send` bound to the `Client` and `ShieldedUtils` `async_trait`s'.
This allows the SDK to be used in environments which are both asynchronous and
multithread. ([\#1894](https://github.com/anoma/namada/pull/1894))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Forced the `async_trait`s' futures in the SDK to be `Send`.
([\#1894](https://github.com/anoma/namada/pull/1894))

0 comments on commit 12b2cf8

Please sign in to comment.