Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #305 from peterschwarz/release-notes-0.4.3
Browse files Browse the repository at this point in the history
Add release notes for 0.4.3
  • Loading branch information
rbuysse authored Jan 11, 2022
2 parents f651f76 + 6edfcfb commit c8c19d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Notes

## Changes in Transact 0.4.3

* Alter column type for `merkle_radix_leaf.address` in SQLite. This fixes a bug
where address that were valid numeric values would have their leading 0s
removed (as expressed in the hex string of the address).
* Move `CommandTransactionBuilder` from `transact::families::command::workload`
to `transact::families::command`. The original version remains and is now
deprecated.
* Update rustdoc for transact::state::merkle module with more detail
* Update rustdoc for transact::state::Prune trait for clarity

### libtransact

## Changes in Transact 0.4.2

### libtransact
Expand Down

0 comments on commit c8c19d3

Please sign in to comment.