From 64616457451b4b03b4ccb01cba8bd3ba90fbd8f3 Mon Sep 17 00:00:00 2001
From: Jerome Charaoui <jerome@riseup.net>
Date: Sun, 24 Jan 2021 14:25:39 -0500
Subject: [PATCH] add missing backticks in latest changelog entries

---
 CHANGELOG.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71658b3..a920348 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,20 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 
-- [core] implement reportwrap configuration parameter
+- [core] implement `reportwrap` configuration parameter
 
 ### Changed
 
-- [core] raise error if mail isn't found in $PATH and reportemail = yes
-- [core] unset BACKUPNINJA_DEBUG before exit
+- [core] raise error if mail isn't found in `$PATH` and `reportemail = yes`
+- [core] unset `BACKUPNINJA_DEBUG` before exit
 
 ### Fixed
 
 - [build] make build reproducible regardless of usrmerge (DEBBUG-915222)
-- [core] silence exit code message unless --debug is used
+- [core] silence exit code message unless `--debug` is used
 - [core] backup halt should trigger email report if enabled
 - [core] wrap report email body to 1000 characters by default (DEBBUG-871793)
-- [core] improve error handling around reporthost feature
+- [core] improve error handling around `reporthost` feature
 
 ## [1.2.0] - 2021-01-21
 
-- 
GitLab