diff --git a/CHANGELOG.md b/CHANGELOG.md
index dced0c38b9b29699dcd85b5c2529ba5b409a87bb..83d20ca217d35892ed13a0e8108ac09b4a3cbed0 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