From 72f05721e2e072363cef7d45a0c111187d618f9c Mon Sep 17 00:00:00 2001
From: Julien Robert <julien@rbrt.fr>
Date: Wed, 20 Jul 2022 08:58:33 +0200
Subject: [PATCH] docs: improve UPGRADING.md v0.46.0 description

---
 UPGRADING.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/UPGRADING.md b/UPGRADING.md
index b8b785ea4b55..2cb71af1d4af 100644
--- a/UPGRADING.md
+++ b/UPGRADING.md
@@ -14,6 +14,9 @@ In order to submit a proposal with `submit-proposal` you now need to pass a `pro
 You can still use the old way by using `submit-legacy-proposal`. This is not recommended.
 More information can be found in the gov module [client documentation](https://docs.cosmos.network/v0.46/modules/gov/07_client.html).
 
+[LINK TUTORIAL]
+[EXPLAIN ABOUT METADATA WORK]
+
 ### Keyring
 
 The keyring has been refactored in v0.46.
@@ -51,7 +54,7 @@ To improve clarity of the API, some renaming and improvements has been done:
 | `x/gov`   | `keeper.RefundDeposits`            | `keeper.RefundAndDeleteDeposits`     |
 | `x/{mod}` | package `legacy`                   | package `migrations`                 |
 
-For the exhaustive list of API renaming, please refer to the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md).
+[BE EXAUSTIVE]
 
 ### new packages