diff options
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff9832..e7de209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed + +- Fixed wrong initial release in CHANGELOG. ## [0.1.3] - 2020-07-13 ### Added @@ -25,5 +28,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved documentation. ## [0.1.1] - 2020-03-27 +### Changed + +- Redacted README.md. +- Fixed various metadata in Cargo.toml. + +## [0.1.0] - 2020-03-22 - Initial release. |