From 6cf0ca863f3f46bf8abc7e7780251fb21dfa5325 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Wed, 15 Sep 2021 09:42:47 +0200 Subject: [PATCH] DOC: Edit changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b7de57..1176c9ad 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 -- GitLab