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:
parent
08bb57e499
commit
4dad4730a8
|
@ -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
|
# 0.33.0-alpha.0 - 2024-11-18
|
||||||
|
|
||||||
This series of alpha releases is meant for two things:
|
This series of alpha releases is meant for two things:
|
||||||
|
|
|
@ -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
|
# 0.2.0 - 2024-09-18
|
||||||
|
|
||||||
* Bump MSRV to 1.63.0 [#3100](https://github.com/rust-bitcoin/rust-bitcoin/pull/3100)
|
* Bump MSRV to 1.63.0 [#3100](https://github.com/rust-bitcoin/rust-bitcoin/pull/3100)
|
||||||
|
|
Loading…
Reference in New Issue