From 4e670a75362f8af4cac1f50622ba2450fb66a6df Mon Sep 17 00:00:00 2001
From: Nicolas80 <nicolas.pmail@protonmail.com>
Date: Sun, 30 Mar 2025 19:36:13 +0200
Subject: [PATCH] * Updated CHANGELOG.md

---
 CHANGELOG.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index dced0c3..83d20ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,15 @@ List of changelogs ordered from latest to oldest
     - `vault import --help`
     - `vault derive --help`
   - If the command tries to override an existing vault entry, then it will still require manual input from the user!
+- Adapted commands `identity link-account` and `identity change-owner-key`
+  - Made it clear that the arguments are meant to "target" another account
+  - Added possibility to provide the "target" account from the vault
+    - `-a` address of vault account to link
+    - `-v` name of vault account to link
+  - `-S` (secret_format) doesn't have a default anymore since it conflicts with using `-a` or `-v`
+- 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
-- 
GitLab