Update changelog for v0.17.0

This commit is contained in:
Steven Roose 2019-12-05 15:17:08 +00:00
parent e3aaf00710
commit 9170dec8a8
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,12 @@
# 0.17.0
- Move FFI into secp256k1-sys crate.
- Add `external-symbols` feature for not building upstream.
- Add functions to create a context from a raw pointer.
- Support passing custom hash functions to ECDH.
- Wrap Secp256k1 from raw context in a ManuallyDrop.
# 0.15.4 - 2019-09-06
- Add `rand-std` feature.