# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added - Initial Rust implementation of the LeanIMT (ported from Solidity). - Support for insertion of single and multiple leaves. - Update and remove leaf functionality. - Customizable hash function. ## [0.1.0](https://github.com/hmzakhalid/lean-imt/commit/5449efcf48d1ff3d41d29a6ca3e9b7e288416ff7) - 2024-09-17 ### Added - First release of `lean-imt` as a Rust crate. - Core features: tree creation, insertion, removal, and updates. - Full test coverage with examples.