We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2038e commit 414da22Copy full SHA for 414da22
CHANGELOG.md
@@ -68,6 +68,11 @@
68
handle the long hangs in Bitcoin Core when it syncs to disk (#1090).
69
70
## Serialization Compatibility
71
+ * Due to a bug in 0.0.100, `Event`s written by 0.0.101 which are of a type not
72
+ understood by 0.0.100 may lead to `Err(DecodeError::InvalidValue)` or corrupt
73
+ deserialized objects in 0.100. Such `Event`s will lead to an
74
+ `Err(DecodeError::InvalidValue)` in versions prior to 0.0.100. The only such
75
+ new event written by 0.0.101 is `Event::ChannelClosed` (#1087).
76
* Payments which were initiated in versions prior to 0.0.101 may still
77
generate duplicate `PaymentSent` `Event`s or may have spurious values for
78
`Event::PaymentPathFailed::all_paths_failed` (#1053).
0 commit comments