diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74b7de57eeb471c4db90ea3310f0e40678468104..1176c9ad1d77243bb17c13f424b5b9ada0fcd870 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@
 - Fix: linking on some platforms where the sqlite3_hard_heap_limit64 function is not present
 - Fix: Malloc the correct struct and store it into the right pointer type...
 - Fix: config detection when XDG_CONFIG_HOME is present in the ENV, we didn't update the conf path with it
+- Fix: fix issue #97 -> lkt segfault with not found hostname
+- Fix: fix issue #96 -> lektord segfault when passing one id with the `addid` MPD command
 - Change: now have macros to wrap malloc calls
 - Change: use the trie data structure to be more efficient at fetching the correct command from its name at handle time (listen.c)
 - Change: enable LTO when detecting llvm compiler