Merge pull request #185 from stevenroose/v0.17.0-changelog

Update changelog for v0.17.0
This commit is contained in:
Andrew Poelstra 2019-12-10 19:43:29 +00:00 committed by GitHub
commit f92261b088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 # 0.15.4 - 2019-09-06
- Add `rand-std` feature. - Add `rand-std` feature.