From b2a799e61ab3140e36b50be811d45bea4270af81 Mon Sep 17 00:00:00 2001
From: Matt Westcott <matt@west.co.tt>
Date: Thu, 10 Feb 2022 13:43:35 +0000
Subject: [PATCH] Add Fix: label to 2.16.1 release notes

---
 CHANGELOG.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 8122f4af7b..b2361ac63e 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -4,9 +4,9 @@ Changelog
 2.16.1 (xx.xx.xxxx) - IN DEVELOPMENT
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
- * Ensure that correct sidebar submenus open when labels use non-Latin alphabets (Matt Westcott)
- * Fix issue where invalid bulk action URLs would incorrectly trigger a server error (500) instead of a valid not found (404) (Ihor Marhitych)
- * Fix issue where bulk actions would not work for object IDs greater than 999 when `USE_THOUSAND_SEPARATOR` (Dennis McGregor)
+ * Fix: Ensure that correct sidebar submenus open when labels use non-Latin alphabets (Matt Westcott)
+ * Fix: Fix issue where invalid bulk action URLs would incorrectly trigger a server error (500) instead of a valid not found (404) (Ihor Marhitych)
+ * Fix: Fix issue where bulk actions would not work for object IDs greater than 999 when `USE_THOUSAND_SEPARATOR` (Dennis McGregor)
 
 
 2.16 (07.02.2022)