Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaptosj committed Apr 24, 2024
1 parent d11efab commit d7a5a88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T

# Unreleased

- Add `getAccountAllTransactionVersions` which returns versions of all transactions related to the given address.
- Update the behavior of existing `getAccountTransactions` so it returns all transactions related to given address instead of only ones sent by address. This makes the result has same length as calling `getAccountTransactionsCount`.

# 1.13.1 (2024-04-23)

- [`Fix`] Fixes Local ABI to use it locally rather than make an external network call
Expand Down Expand Up @@ -34,8 +37,6 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T
- [`Breaking`] Change any generate transaction function to return `SimpleTransaction` or `MultiAgentTransaction` instance
- Adds `getUserTransactionHash` which can generate a transaction hash after signing, but before submission
- Add function to create resource address locally
- Add `getAccountAllTransactionVersions` which returns versions of all transactions related to the given address.
- Update the behavior of existing `getAccountTransactions` so it returns all transactions related to given address instead of only ones sent by address. This makes the result has same length as calling `getAccountTransactionsCount`.

# 1.11.0 (2024-03-26)

Expand Down

0 comments on commit d7a5a88

Please sign in to comment.