add 413 (but not 500) to changelog

This commit is contained in:
Andrew Poelstra 2020-10-16 20:20:22 +00:00
parent a46797e70e
commit 47f5c2d797
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- [Add serde implementation for PSBT data structs](https://github.com/rust-bitcoin/rust-bitcoin/pull/497)
- [Add FromStr/Display implementation for SigHashType](https://github.com/rust-bitcoin/rust-bitcoin/pull/497/commits/a4a7035a947998c8d0d69dab206e97253fd8e048)
- Expose [the raw sighash message](https://github.com/rust-bitcoin/rust-bitcoin/pull/485) from sighash computations
- Add [support for signmessage/verifymessage style message signatures](https://github.com/rust-bitcoin/rust-bitcoin/pull/413)
# 0.25.0 - 2020-09-10