Skip to content

Commit

Permalink
Grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Sidorov committed Mar 14, 2019
1 parent 8744288 commit 5292556
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- `bitcoin` dependency has been updated to the new major release `0.17`. (#9)

- Methods `secp_gen_keypair_with_rng` and `secp_gen_keypair` now requires
bitcoin network type and returns `PrivateKey` key instead of `SecretKey`.
- Several methods now longer requires `Secp256k1` context.
- Methods `secp_gen_keypair_with_rng` and `secp_gen_keypair` now require
bitcoin network type and return `PrivateKey` key instead of `SecretKey`.
- Several methods no longer require `Secp256k1` context.
- `secp256k1::PublicKey` replaced by the `bitcoin::PublicKey`.

## 0.4.0 - 2018-11-22
Expand Down

0 comments on commit 5292556

Please sign in to comment.