# Changelog ## 0.4.3 [2024-12-04] - Add a `.clear()` method for resetting the KAMT to empty. ## 0.4.2 [2024-11-20] - Un-deprecate `.for_each(...)`. The `.iter()` method is still preferred but `.for_each(...)` is still useful. ## 0.4.1 [2024-11-08] Remove unnecessary features from `multihash-codetable`. ## 0.4.0 [2024-10-31] - Update `cid` to v0.11 and `multihash` to v0.19. - Update to `fvm_ipld_blockstore` 0.3.0 and `fvm_ipld_encoding` 0.5.0. You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes. ## 0.3.0 [2023-06-28) Breaking Changes: - Update cid/multihash. This is a breaking change as it affects the API. ## 0.2.0 [2023-01-13] - Improve serialization format by avoiding maps. - Various performance improvements. ## [Unreleased] - ...