From 4dad4730a81f9f08a565f196e5699f054e28f977 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Sat, 25 Jan 2025 06:51:26 +1100 Subject: [PATCH] Add unreleased changelog entry We want to be sure to mention the new MAX_MONEY invariant and the fact that we silently broke serde while doing it. --- bitcoin/CHANGELOG.md | 6 ++++++ units/CHANGELOG.md | 6 ++++++ 2 files changed, 12 insertions(+) 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)