From a232783d574fc9deef6beb51e67b6046600eb863 Mon Sep 17 00:00:00 2001 From: Fallengirl <155266340+Fallengirl@users.noreply.github.com> Date: Sun, 27 Apr 2025 09:12:50 +0200 Subject: [PATCH] docs: correction CHANGELOG.md --- bitcoin/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/CHANGELOG.md b/bitcoin/CHANGELOG.md index d47088a20..9409bfe0c 100644 --- a/bitcoin/CHANGELOG.md +++ b/bitcoin/CHANGELOG.md @@ -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)