24 lines
580 B
Markdown
24 lines
580 B
Markdown
# Change Log
|
|
|
|
## [Unreleased]
|
|
|
|
## [v2.1.0] - 2022-09-16
|
|
|
|
This release contains several changes to `boring-sys` as well; make sure to read its changelog.
|
|
|
|
### Added
|
|
|
|
* `BigNumRef::to_vec_padded`
|
|
|
|
### Fixed
|
|
|
|
* Remove uses of `mem::uninitialized`
|
|
|
|
## [v2.0.0] - 2021-12-16
|
|
|
|
### Changed
|
|
|
|
* Updated `foreign-types` from 0.3 to 0.5. This is technically a breaking change if you used `foreign-types` in your own crate, but in practice this shouldn't have a large impact.
|
|
* Removed unused `*Ref` structs; these served no purpose and were not useful.
|
|
* Removed unused `tempdir` dependency
|