X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=CHANGELOG.md;h=2931466aed9d5be571b1fab9440a5ab9aa4fce47;hb=dec7ec191ed6f5eda3be8a9f634678c6e72dbc94;hp=332a8e4ba00799695c340a4295029fe5d94606c1;hpb=ecddfe1766f454f1609509a4756201523129235b;p=rust-lightning diff --git a/CHANGELOG.md b/CHANGELOG.md index 332a8e4b..2931466a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.0.99 - WIP + +## Serialization Compatibility + + * Due to a bug discovered in 0.0.98, if a `ChannelManager` is serialized on + version 0.0.98 while an `Event::PaymentSent` is pending processing, the + `ChannelManager` will fail to deserialize both on version 0.0.98 and later + versions. If you have such a `ChannelManager` available, a simple patch will + allow it to deserialize, please file an issue if you need assistance. + # 0.0.98 - 2021-06-11 0.0.98 should be considered a release candidate to the first alpha release of