From 46af3bd0c0f699a45e2e12bab43fffca8fe44b77 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 25 Apr 2022 17:04:19 -0700 Subject: [PATCH] add UnicodeError fix --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 4188876b..acc744c5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,13 @@ jc changelog -20220404 v1.18.7 +20220425 v1.18.7 - Add git log command parser - Add update-alternatives --query parser - Add update-alternatives --get-selections parser - Fix key/value and ini parsers to allow duplicate keys - Fix yaml file parser for files including timestamp objects +- Fix UnicodeDecodeError on some systems where LANG=C is set and unicode + characters are in the output - Update xrandr parser: add a 'rotation' field - Fix failing tests by moving template files - Add python interpreter version and path to -v and -a output