From 32e74cdc8a39bc3b4119bc6e77f3804d09a05418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20T=C3=A4nzer?= Date: Thu, 12 Oct 2023 13:13:14 +0200 Subject: [PATCH] update changelog for 0.8.2 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Armin Tänzer --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa67bbe8..e55dfaa1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v0.8.2 (2023-10-12) + +### New features and changes + +* added optional encoding parameter for parsing files +* fixed handling of the FilesAnalyzed field in Tag-Value format +* fixed the validation of the DownloadLocation field +* fixed the error handling while parsing license expressions +* fixed output of timezone-sensitive datetimes +* added code architecture documentation + +### Contributors + +This release was made possible by the following contributors. Thank you very much! + +* Christian Decker @chrisdecker1201 +* Jeff Licquia @licquia +* Maximilian Huber @maxhbr +* Armin Tänzer @armintaenzertng + + ## v0.8.1 (2023-08-24) ### New features and changes