diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40081886661ad59ed1bb15e59372cc9ae447d0b7..0dd28593c32363b1ee664ae255007ebc763d1323 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,9 +22,15 @@ List of changelogs ordered from latest to oldest
     - `-a` SS58 Address of target vault account
     - `-v` Name of target vault account
   - `-S` (secret_format) doesn't have a default anymore since it conflicts with using `-a` or `-v`
+- Adapted `vault inspect` command to display more information
+  - Substrate URI (was already present)
+  - Crypto scheme: to be more coherent since both the `substrate uri` and `crypto-scheme` are needed to create the key with the proper `address`
+  - Secret seed/mini-secret: only computed if no `soft` (single '/') derivation are used
+  - Public key (hex)
+  - SS58 Address
+  - (potential G1v1 public key if inspecting a \<Base\> account with ed25519 crypto-scheme)
 - Small changes
   - In the vault, changed sorting of children account so that they are sorted by derivation `Path` value (makes more sense when viewing derivations of one account)
-  - Added display of `crypto scheme` when calling `vault inspect` so that it is more coherent; since both the `substrate uri` and `crypto-scheme` are needed to create the key with the proper `address`
 
 ### Fixed
 - None