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

Add changelog entry for removal of FromHex #1861

Merged
merged 1 commit into from May 22, 2023

Conversation

tcharding
Copy link
Member

During the last round of releases (bitcoin 0.30, hashes 0.12) we removed the FromHex implementation from all types except vecs and arrays. We added FromStr impls for types that roundtrip with Display.

We never added a changelog mention to either bitcoin or hashes, lets retroactively add an entry.

Fix: #1747

During the last round of releases (bitcoin 0.30, hashes 0.12) we removed
the `FromHex` implementation from all types except vecs and arrays. We
added `FromStr` impls for types that roundtrip with `Display`.

We never added a changelog mention to either `bitcoin` or `hashes`, lets
retroactively add an entry.

Fix: rust-bitcoin#1747
Copy link
Collaborator

@Kixunil Kixunil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK c2f33f6

@Kixunil Kixunil added documentation trivial Obvious, easy and quick to review (few lines or doc-only...) one ack PRs that have one ACK, so one more can progress them labels May 19, 2023
@tcharding tcharding changed the title Add changelo entry for removal of FromHex Add changelog entry for removal of FromHex May 21, 2023
Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK c2f33f6

@apoelstra apoelstra merged commit 88e92bc into rust-bitcoin:master May 22, 2023
29 checks passed
@tcharding tcharding deleted the 05-18-changelog-addition branch May 24, 2023 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
one ack PRs that have one ACK, so one more can progress them trivial Obvious, easy and quick to review (few lines or doc-only...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add removal of FromHex from all hashes to Changelog.
3 participants