From 30b10d8ee1442ceecf10f97acb436423301159b9 Mon Sep 17 00:00:00 2001
From: Jerome Charaoui <jerome@riseup.net>
Date: Wed, 13 Jan 2021 14:51:12 -0500
Subject: [PATCH] add missing issue references to previous release

---
 CHANGELOG.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d51f626..498768d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,9 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### backupninja changes
 
-- Add validation check for when parameter. Thanks to ulrich
+- Add validation check for when parameter. (#640) Thanks to ulrich
   <ulrich@habmalnefrage.de> for the patch.
-- Quote output strings passed to logging functions.
+- Quote output strings passed to logging functions (#11278).
 - Ignore files in /etc/backup.d that lack suffix. Thanks to David Gasaway
   <dave@gasaway.org> for the patch.
 - Add Vagrantfile to help with testing/release process.
@@ -33,15 +33,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 #### dup
 
-- Fix symmetric encryption. Thanks to Matthijs Wensveen
+- Fix symmetric encryption. (#11274) Thanks to Matthijs Wensveen
   <matthijs.wensveen@gmail.com> for the patch.
-- Bail if archive dir doesn't exist. Thanks to Hugh Nowlan <nosmo@nosmo.me> for
-  the patch.
+- Bail if archive dir doesn't exist. (#11286) Thanks to Hugh Nowlan
+  <nosmo@nosmo.me> for the patch.
 
 #### sys
 
-- Use lsblk instead of sfdisk to get a list of block devices. Thanks to Romain
-  Dessort <romain@univers-libre.net> for the patch.
+- Use lsblk instead of sfdisk to get a list of block devices. (#11273)
+  Thanks to Romain Dessort <romain@univers-libre.net> for the patch.
 - Avoid looking for partitions on zram devices. Thanks to Glandos
   <bugs-0xacab@antipoul.fr> for the patch.
 - Support extracting LUKS headers from partitions. Thanks to Lyz
-- 
GitLab