From b79e07b814d6e56b30809bf17e9bad077ab74e53 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 8 Dec 2021 15:21:45 +0200 Subject: [PATCH] CHANGELOG.md: Add note about countries without regions --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f5adb..38e873d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Ability to check for, and fix, "mojibake" characters using [ftfy](https://github.com/LuminosoInsight/python-ftfy) - Ability to check if the item's title exists in the citation +- Ability to check if an item has countries, but no matching regions (only +suggests missing regions if there is a region field in the CSV) ### Updated - Python dependencies