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.
This commit is contained in:
Tobin C. Harding 2025-01-25 06:51:26 +11:00
parent 08bb57e499
commit 4dad4730a8
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
2 changed files with 12 additions and 0 deletions

View File

@ -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:

View File

@ -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)