Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Mar 4, 2024
1 parent 7277728 commit bc550fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

## Unreleased

- Added `SimpleMerkleTree` class that supports `bytes32` leaves with no extra hashing.
- Add a `nodeHash` option when creating or loading `SimpleMerkleTree`.
- Add `at()` and `length` getter to access leaves in a tree.

## 1.0.6

- Added an option to disable leaf sorting.
- Added `SimpleMerkleTree` class that supports `bytes32` leaves with no extra hashing.

## 1.0.5

Expand Down

0 comments on commit bc550fb

Please sign in to comment.