Skip to content

Commit 0a1cb09

Browse files
committed
minor changelog fixes
1 parent 9033704 commit 0a1cb09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.28 - 2021-04-05 "The Taproot Release"
1+
# 0.28 - 2022-04-20 "The Taproot Release"
22

33
At nearly nine months, this is our longest release cycle ever, and thanks
44
to a huge increase in the number of active contributors this year and last,
@@ -11,7 +11,7 @@ increase in scope.
1111

1212
We have more big changes coming down the pike. 2022 is going to be a big
1313
year for `rust-bitcoin`, which we know is exciting for us but disruptive to
14-
downstream users who ultimately want the library to just wark. Our hope is
14+
downstream users who ultimately want the library to just work. Our hope is
1515
that by 2023 we will have eliminated large amounts of technical debt,
1616
modernized our APIs to meet current Rust conventions, and clarified the scope
1717
of the individual crates in this ecosystem while still providing the essential
@@ -52,7 +52,7 @@ With so many changes since 0.27, we cannot list every PR. Here are the highlight
5252
- Don't allow hybrid EC keys [#829](https://github.com/rust-bitcoin/rust-bitcoin/pull/829)
5353
- Change erroneous behavior for `SIGHASH_SINGLE` bug [#860](https://github.com/rust-bitcoin/rust-bitcoin/pull/860) [#897](https://github.com/rust-bitcoin/rust-bitcoin/pull/897)
5454
- Delete the deprecated `contracthash` module [#871](https://github.com/rust-bitcoin/rust-bitcoin/pull/871); this functionality will migrate to ElementsProject/rust-elements
55-
- Remove compilation-breaking feature-gated enum variants [#881](https://github.com/rust-bitcoin/rust-bitcoin/pull/881)
55+
- Remove compilation-breaking feature-gating of enum variants" [#881](https://github.com/rust-bitcoin/rust-bitcoin/pull/881)
5656

5757
Additionally we made several minor API changes (renaming methods, etc.) to improve
5858
compliance with modern Rust conventions. Where possible we left the existing methods

0 commit comments

Comments
 (0)