From 7c1ffd36b3b71dbb92e6026d2cd2e84b751296b8 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Wed, 16 Feb 2022 21:56:12 +0100 Subject: [PATCH] DOC: Edit changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ffe631..b09b6223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Fix: previous command was not working when all the queue had the same priority - 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) +- 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! - Change: reduce the number of regex creation in the populate database from disk part of the code -- GitLab