diff --git a/CHANGELOG.md b/CHANGELOG.md index b09b6223c769c9997aed76639afba4742a9db433..ab707bd50b8d62c6b83f1d54530fa6c738fe4d64 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) +- Fix: rely on CMake to find OpenMP support for a correct error reporting. OpenMP support is also marked in the README now - 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!