From ed084da08c6d43d3dd64dde5a918df42bc4932d4 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Mar 2021 21:04:19 +0200 Subject: [PATCH] CHANGELOG.md: Add note about multi-value separators --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b00b653..1e03d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ ified as "unsafe" as I have yet to see a case where this was intentional - Configurable directory for AGROVOC requests cache (to allow running the web version from Google App Engine where we can only write to /tmp) +### Removed +- Checks for invalid and unnecessary multi-value separators because now I fix +them whenever I see them, so there is no need to have checks for them + ## [0.4.6] - 2021-03-11 ### Added - Validation of dcterms.license field against SPDX license identifiers