From a3ba081d6436722986cc5474311fedb1f605bcef Mon Sep 17 00:00:00 2001 From: tsujan Date: Sat, 31 Oct 2020 20:43:31 +0330 Subject: [PATCH] Removed object replacement character from changelog (#670) --- CHANGELOG | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 28204e670..9b6417676 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,14 +1,14 @@ lxqt-config-0.16.0 / 2020-11-01 =============================== * Better UI for lxqt-config-brightness. - * Avoid C++11 range for possible container detachment. - * Only use QStringLiteral where it avoids allocations. - * Initialize monitor settings config in "lxqt-config-monitor/monitor.h". - * Use QFlags default constructor. - * Fixed a crash in lxqt-config-monitor. - * Fixed type associations and added "Default Application". - * Detailed palette customization in lxqt-config-appearance. - * Remember sizes of appearance and file associations dialogs. + * Avoid C++11 range for possible container detachment. + * Only use QStringLiteral where it avoids allocations. + * Initialize monitor settings config in "lxqt-config-monitor/monitor.h". + * Use QFlags default constructor. + * Fixed a crash in lxqt-config-monitor. + * Fixed type associations and added "Default Application". + * Detailed palette customization in lxqt-config-appearance. + * Remember sizes of appearance and file associations dialogs. lxqt-config-0.15.0 / 2020-04-22 ===============================