From dc57272d0d8c2265e96f08dd87ce04dfcbecdc17 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 26 Feb 2024 10:05:31 +0100 Subject: [PATCH] Correct issue link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0edbd99..438e40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [PR#63](https://github.com/EmbarkStudios/spdx/pull/63) update SPDX license list to 3.22. ### Added -- [PR#64](https://github.com/EmbarkStudios/spdx/pull/64) resolved [#64](https://github.com/EmbarkStudios/spdx/issues/64) by adding `Expression::canonicalize` which fixes otherwise valid expressions into a form parsable with `ParseMode::STRICT` +- [PR#64](https://github.com/EmbarkStudios/spdx/pull/64) resolved [#56](https://github.com/EmbarkStudios/spdx/issues/56) by adding `Expression::canonicalize` which fixes otherwise valid expressions into a form parsable with `ParseMode::STRICT` ## [0.10.2] - 2023-07-14 ### Changed