diff --git a/Feature-Matrix.md b/Feature-Matrix.md
index b1314c4..a74190f 100644
--- a/Feature-Matrix.md
+++ b/Feature-Matrix.md
@@ -31,7 +31,7 @@
| > sendGroupRemoteDeleteMessage | ✅ | ❌ | ✅
| > sendRemoteDeleteMessage | ✅ | ❌ | ✅
| removeDevice | ✅ | ❌ | ✅1
-| removePin | ✅ | ❌ | ❌
+| removePin | ✅ | ❌ | ✅1
| send | ✅ | ❌ | ✅
| > sendEndSessionMessage | ✅ | ❌ | ✅
| > sendMessage | ✅ | ❌ | ✅
@@ -52,10 +52,10 @@
| > sendGroupMessageReaction | ✅ | ❌ | ✅
| sendSyncRequest | ✅ | ❌ | ❌
| sendTyping | ✅ | ❌ | ❌
-| setPin | ✅ | ❌ | ❌
+| setPin | ✅ | ❌ | ✅1
| trust | ✅ | ❌ | ❌
| unblock | ✅ | ❌ | ✅4
-| unregister | ✅ | ❌ | ❌
+| unregister | ✅ | ❌ | ✅1, 21
| updateAccount | ❌ | ❌ | ✅1
| updateContact | ✅ | ❌ | ✅10
| > setContactName | ✅ | ❌ | ✅
@@ -164,4 +164,5 @@
17. Provided via the `--number` option
18. Uses `org.asamk.SignalControl` as well as `org.asamk.Signal`
19. Provided indirectly by `getGroupIds` and a series of calls to `getGroupMembers`, `getGroupName` and `isGroupBlocked`
-20. Send the name of a zero-length file to delete the group avatar
\ No newline at end of file
+20. Send the name of a zero-length file to delete the group avatar
+21. Kills daemon upon successful unregister command
\ No newline at end of file