Add/update changelogs

This commit is contained in:
Joshua Nelson 2021-12-16 13:44:05 -06:00 committed by Joshua Nelson
parent 18650f625e
commit db6867b794
4 changed files with 43 additions and 0 deletions

11
CHANGELOG.md Normal file
View File

@ -0,0 +1,11 @@
# Change Log
## [Unreleased]
## [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

17
boring-sys/CHANGELOG.md Normal file
View File

@ -0,0 +1,17 @@
# Change Log
## [Unreleased]
## [v2.0.0] - 2021-12-16
### Added
* Allow using pre-built binaries of `bssl` using the `BORING_BSSL_PATH` env variable
* Automatically fetch the `boringssl` submodule if it doesn't yet exist
### Changed
* Removed unused `PasswordCallback` type
* Disable unused bindgen dependencies
* Update `bindgen` and `bytes` dependencies
*

View File

@ -2,6 +2,12 @@
## [Unreleased]
## [v2.1.1] - 2021-12-16
### Changed
* Removed unnecessary `boring-sys` and `bytes` dependencies
## [v0.8.0] - 2019-12-10
### Changed

View File

@ -0,0 +1,9 @@
# Change Log
## [Unreleased]
## [v2.1.4] - 2021-12-16
### Changed
* Removed unnecessary `S: Debug` constraint for `HandshakeError`