From fbc4faaa95380c64976275c5f71ef17e7d62f3cc Mon Sep 17 00:00:00 2001 From: dudong2 Date: Mon, 5 Sep 2022 19:18:23 +0900 Subject: [PATCH] docs: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9abe6d363..7243742363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (x/collection) [\#622](https://github.com/line/lbm-sdk/pull/622) add Query/TokenClassTypeName * (x/bank) [\#629](https://github.com/line/lbm-sdk/pull/629) remove unsafe balance changing methods from bank keeper such as `SetBalance` and `SetSupply`. * (x/wasm) [\#649](https://github.com/line/lbm-sdk/pull/649) fix: wasm module's FIXME in the snapshotter.go file +* (config) [\#665](https://github.com/line/lbm-sdk/pull/665) remove bech32-cache-size ### Improvements