From 0ec6e6d2fbd2067302b577f4aad1a472598c3797 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 18 May 2022 17:17:55 +1000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a03760f5..d8eebad7b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Some dependencies that were used but not declared (often transient). +### Changed + +- Replaced deprecated `multihashes` with `multiformats`. + ### Removed - No more `assert` usage.