Merge rust-bitcoin/rust-bitcoin#1361: Add a CHANGELOG entry for 0.28.2

cc0b1f1804 Add a CHANGELOG entry for 0.28.2 (Matt Corallo)

Pull request description:

  I'm not actually sure if we want this - we don't seem to (consistently) add entries for point releases, but figured I'd put it up in case we want it.

ACKs for top commit:
  tcharding:
    ACK cc0b1f1804
  Kixunil:
    ACK cc0b1f1804
  sanket1729:
    ACK cc0b1f1804

Tree-SHA512: b41f647cfea925a5acd8eaa8568692e7393dabbfd6c75e9dad9e18f34847353363cadaad9109b41a7b1e5851030fefc0180e6b824a2eaaf8f58b4d62fd4bc68f
This commit is contained in:
sanket1729 2022-11-04 00:57:20 -07:00
commit c14cb06d1e
No known key found for this signature in database
GPG Key ID: 648FFB183E0870A2
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ to support human-readable formats.
- Take `Writer`/`Reader` by `&mut` in consensus en/decoding [#1035](https://github.com/rust-bitcoin/rust-bitcoin/pull/1035)
- Consume `self` in conversion methods named `to_*` instead of borrowing [#1161](https://github.com/rust-bitcoin/rust-bitcoin/pull/1161)
# 0.28.2 - 2022-11-01
Backported a set of changes from 0.29 which may cause some specific
transactions and/or blocks to fail to deserialize. No known such transactions
exist on any public blockchain.
# 0.28 - 2022-04-20 "The Taproot Release"
At nearly nine months, this is our longest release cycle ever, and thanks