Skip to content

Commit

Permalink
[release] 0.4.0 changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario committed Jun 17, 2024
1 parent 1256134 commit 36d3185
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ adheres to the format set out by [Keep a Changelog](https://keepachangelog.com/e

# Unreleased

# v0.4.0 (6/17/2024)

- [`Fix`] Fix all unhandled errors using ineffassign to find them
- [`Doc`] Add examples and documentation in Go doc comments
- [`Breaking change`] Make SignedTransaction.Hash() output string to be consistent with other representations
- Add more functions available from under util
- Add CoinBatchTransferPayload for sending multiple amounts to multiple addresses
- [`Fix`] Block APIs will now pull the rest of the transactions for the block automatically
- [`Fix`] Fix bytecode JSON parsing in transaction parsing
- Add ConcClient a concurrent client for many operations
- Add concurrent APIs, and a transaction handler for a single account
- Add SimulateTransaction API for single-key authenticated transactions

# v0.2.0 (6/10/2024)
Expand Down

0 comments on commit 36d3185

Please sign in to comment.