From 357a60b45bd82d9dced3135a8797d3b6dce7b5d7 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Sat, 29 Feb 2020 11:33:29 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e55af3..7b04696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate ## [0.3.3] - 2020-02-29 +### Changed +- Updated to version 3.8 of the SPDX license list + ## [0.3.2] - 2020-01-29 ### Changed - [PR#19](https://github.com/EmbarkStudios/spdx/pull/19) added the `#[non_exhaustive]` attribute to the new `ParseMode` enum, which bumped the minimum required Rust version to use this crate to 1.40. [PR#21](https://github.com/EmbarkStudios/spdx/pull/21) removed this attribute as that enum is primarily an input for this crate, and had little benefit.