-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
99 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
# Changelog | ||
# Changelog | ||
|
||
## v1.1.0 | ||
|
||
### Added | ||
|
||
* Library has been made `no_std` compatible | ||
* `std` feature (enabled by default) allows direct file reading/writing | ||
* Public functionality to allow parsing to/from data buffer in addition to files | ||
* Internal zip file reader/writer with no external dependencies | ||
* Error documentation | ||
|
||
### Fixed | ||
|
||
* Removed dependency on `zip` crate | ||
* Switched from `libflate` to `miniz_oxide` for DEFLATE implementation | ||
* Fixed incorrect `32nd` duration parsing string | ||
* Removed all naked `unwrap()` calls | ||
* Lots of clippy cleanups |