Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Oct 27, 2022
1 parent 5ddb2c0 commit 5ded8eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
## Unreleased

- Remove `TryFrom<[u8]>` and `TryFrom<Vec<u8>>` for `KeyPair` in favor of allowing `KeyPair::from_der` to take `impl Into<Cow<'b, [u8]>>` which allows `Vec<u8>` as well as `[u8]`.
- Add `ring::rand::SecureRandom` parameter to:
- `KeyPair::generate`
- `KeyPair::from_der`
- `KeyPair::from_der_and_sign_algo`
- `KeyPair::from_pem`
- `KeyPair::from_pem_and_sign_algo`

## Release 0.10.0 - September 29, 2022

Expand Down

0 comments on commit 5ded8eb

Please sign in to comment.