diff --git a/bitcoin/CHANGELOG.md b/bitcoin/CHANGELOG.md index 203e3967b..368489009 100644 --- a/bitcoin/CHANGELOG.md +++ b/bitcoin/CHANGELOG.md @@ -1,3 +1,9 @@ +# Unreleased + +- TODO: Make a comment about `Amount::MAX_MONEY` (perhaps here in `bitcoin` release notes as well as in `amount`) + +- Use MAX_MONEY in serde regression test [#3950](https://github.com/rust-bitcoin/rust-bitcoin/pull/3950) + # 0.33.0-alpha.0 - 2024-11-18 This series of alpha releases is meant for two things: diff --git a/units/CHANGELOG.md b/units/CHANGELOG.md index dbb1bab81..c2f6a470f 100644 --- a/units/CHANGELOG.md +++ b/units/CHANGELOG.md @@ -1,3 +1,9 @@ +# Unreleased + +- TODO: Make a comment about `Amount::MAX_MONEY` including breaking serde + +- Use MAX_MONEY in serde regression test [#3950](https://github.com/rust-bitcoin/rust-bitcoin/pull/3950) + # 0.2.0 - 2024-09-18 * Bump MSRV to 1.63.0 [#3100](https://github.com/rust-bitcoin/rust-bitcoin/pull/3100)