From 80e024784f0ef0526a4934c63346538edf016d60 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Thu, 17 Feb 2022 21:13:30 +0100 Subject: [PATCH] DOC: Edit changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab707bd5..6198bbfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ - Fix: when no screen is detected with `lkt`, the large screen behaviour is used to not break other commands like `wc` - Fix: if a kara is not available it will be downloaded even if there is a file on the system (may be filtered out by a user specified URI) - Fix: rely on CMake to find OpenMP support for a correct error reporting. OpenMP support is also marked in the README now +- Fix: no more SEGV when we don't find the module specified in the config file +- Change: not finding the module specified in a config file is now a fatal error, the error message has been improved - Change: no longer set the locale, we only check if the local is an UTF-8 one and abort if it's not - Change: all the functions in the command trie have the same signature (less bloat here) - Change: the fields `database/{types,categories,languages}` must now only contain alpha characters and commas, nothing else! -- GitLab