docs: correction CHANGELOG.md

This commit is contained in:
Fallengirl 2025-04-27 09:12:50 +02:00 committed by GitHub
parent 269cd3ae35
commit a232783d57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ For changes to our dependencies included in this release see:
- Add `Address::into_unchecked` [#3640](https://github.com/rust-bitcoin/rust-bitcoin/pull/3640)
- Mark `checked_` functions as const [#3636](https://github.com/rust-bitcoin/rust-bitcoin/pull/3636)
- Mark functions const in `fee_rate` [#3627](https://github.com/rust-bitcoin/rust-bitcoin/pull/3627)
- Mark funtions const [#3608](https://github.com/rust-bitcoin/rust-bitcoin/pull/3608)
- Mark functions const [#3608](https://github.com/rust-bitcoin/rust-bitcoin/pull/3608)
- Add constructor to `FeeRate` [#3604](https://github.com/rust-bitcoin/rust-bitcoin/pull/3604)
- Fix bug in witness stack getters [#3601](https://github.com/rust-bitcoin/rust-bitcoin/pull/3601)
- Split `checked_div_by_weight` into floor and ceiling version [#3587](https://github.com/rust-bitcoin/rust-bitcoin/pull/3587)