From 87e0017776344cfff17daee9d58f489cec59d96e Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Fri, 30 Sep 2022 18:24:07 +0100 Subject: [PATCH] Update UPGRADING.md (#13428) --- UPGRADING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index dcb9ca887f..159d3c4136 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -101,6 +101,8 @@ Additionally, new packages have been introduced in order to further split the co * `errors` should replace `types/errors` when registering errors or wrapping SDK errors. * `math` contains the `Int` or `Uint` types that are used in the SDK. +* `x/nft` an NFT base module. +* `x/group` a group module allowing to create DAOs, multisig and policies. Greatly composes with `x/authz`. #### `x/authz`