From f640161d875bf7bd91b8c06754a53231928087c0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 13 Dec 2022 10:45:36 +0300 Subject: [PATCH] CHANGELOG.md: add notes about SPDX and Python --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d231c..679af37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Missing region check should ignore subregion field, if it exists +### Changed +- Use SPDX license data from SPDX themselves instead of spdx-license-list +because it is deprecated and outdated +- Require Python 3.9+ + ## [0.6.0] - 2022-09-02 ### Changed - Perform fix for "unnecessary" Unicode characters after we try to fix encoding