Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 7.1.0 #1

Open
wants to merge 3 commits into
base: pre-release-bitcoin-0.29.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add new changes
josediegorobles committed Sep 15, 2022

Unverified

This user has not yet uploaded their public signing key.
commit 5f55f485fd6814c78d6b95aba3cc9a9386c2ab4e
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# 7.1.0 - Sept X, 2022

- bump `rust-bitcoin` to 0.29.1
- Update the MSRV to Rust 1.41.1 and enable edition 2018.
- Add `Hash256` associated type
- Re-name `as_public` <-> to_public
- Implement `hash::Hash`
- Rename `stackelem` to `stack_elem`
- Implement `source` for error types
- Implement `is_empty` on `TokenIter`
- Add feature "serde"
- Clean up the examples
- several bugfixes
- several refactorings
- rustfmt configuration by crate
- Clear some compiler and clippy warnings

# 7.0.0 - April 20, 2022