Update versions and changelog for v2.1.1

This commit is contained in:
Oliver Hamlet
2020-06-13 23:46:36 +01:00
parent 76b8f0bd86
commit 9ef3aa23d5
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## [2.1.1] - 2020-06-13
### Changed
- Checksum calculations are now much faster for larger files.
- Directory paths are now handled more gracefully in `checksum()`, `version()` and `product_version()` conditions.
- Resolved some `rustc` deprecation warnings by replacing usage of `std::error::Error`'s `description()` function with `to_string()`.
- Updated cbindgen to v0.14.
- Updated pelite to v0.8.0.
## [2.1.0] - 2019-10-05
### Added