Skip to content

Commit 414da22

Browse files
committed
f add note about corrupt reads in 0.0.100
1 parent 3e2038e commit 414da22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@
6868
handle the long hangs in Bitcoin Core when it syncs to disk (#1090).
6969

7070
## 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).
7176
* Payments which were initiated in versions prior to 0.0.101 may still
7277
generate duplicate `PaymentSent` `Event`s or may have spurious values for
7378
`Event::PaymentPathFailed::all_paths_failed` (#1053).

0 commit comments

Comments
 (0)