From fb35afd9376e58719d5e8fb89d9f9cfe0c5c1db0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Mar 2021 09:13:51 +0200 Subject: [PATCH] CHANGELOG.md: Add note about requests cache --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa7727..b00b653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixing invalid multi-value separators like `|` and `|||` is no longer class- ified as "unsafe" as I have yet to see a case where this was intentional +### Added +- Configurable directory for AGROVOC requests cache (to allow running the web +version from Google App Engine where we can only write to /tmp) + ## [0.4.6] - 2021-03-11 ### Added - Validation of dcterms.license field against SPDX license identifiers