Skip to content

Commit

Permalink
Fill-in CHANGELOG for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jul 23, 2024
1 parent 87b0492 commit ab4a7ba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v1.1.0 - 2024-07-23

### Added

- Two new functions to the on-chain API:
- [`root(MerklePatriciaForestry) -> ByteArray`](https://aiken-lang.github.io/merkle-patricia-forestry/aiken/merkle_patricia_forestry.html#root)
- [`update(self, key, proof, old_value, new_value) -> MerklePatriciaForestry`](https://aiken-lang.github.io/merkle-patricia-forestry/aiken/merkle_patricia_forestry.html#update)

### Changed

N/A

### Removed

N/A

## v1.0.1 - 2024-06-02

### Added
Expand Down

0 comments on commit ab4a7ba

Please sign in to comment.