Packages

This library is the Multihash implementation in Elixir

Current section

Files

Jump to
ex_multihash CHANGELOG.md
Raw

CHANGELOG.md

# Changelog for ex_multihash
## v2.0.0
### 1. Enhancements
* [Code] Removed the dependency on `monad` library and used `with` expression instead.
* [Mix] Changed the dependency of elixir to v1.2 as `with` clause was introduced in that version.