Add missing CHANGELOG entry for v0.2.0

This commit is contained in:
Jack Grigg
2021-10-02 18:28:13 +01:00
parent 295267cb71
commit 33eae84a32
+4
View File
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Missing license details for `src/bellerophon.rs`.
## [0.2.0] 2021-09-10
### Changed
- `no_alloc` feature flag was replaced with an `alloc` feature flag.
## [0.1.3] 2021-09-04
### Added
- Added the `compact` feature, which sacrifices performance for smaller binary sizes.