From a041b8f971830f718b08708cd315e4f2cad12001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 24 Sep 2020 14:01:30 +0200 Subject: [PATCH] =?UTF-8?q?changelog:=20don=E2=80=99t=20do=20escaping=20in?= =?UTF-8?q?=20backtick=20quoted=20string?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c99a507..1a95f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,8 +28,8 @@ ### Added -* battery: support for drivers that use `charge\_\*` (instead of - `energy\_\*`) sys files. +* battery: support for drivers that use `charge_*` (instead of + `energy_*`) sys files. * removables: SD card support. * removables: new `ignore` property. * Wayland: multi-seat support.