From c6311b0f7e47334eb3a32b3c4db4cf03abae0fb5 Mon Sep 17 00:00:00 2001 From: Carlton N Hanna Date: Fri, 6 Oct 2023 13:37:48 -0600 Subject: [PATCH] add change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c76ef19324..f83735404c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ Holds are also reflected in the `x/bank` module's `SpendableBalances` query. * Add new MaxSupply param to marker module and deprecate MaxTotalSupply. [#1292](https://github.com/provenance-io/provenance/issues/1292). * Add hidden docgen command to output documentation in different formats. [#1468](https://github.com/provenance-io/provenance/issues/1468). +* Add ics20 marker creation for receiving marker via ibc sends [#1127](https://github.com/provenance-io/provenance/issues/1127). ### Improvements