CHANGELOG.md: document deadlock fix.

Useful if others hit it.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2019-01-29 15:21:43 +10:30 committed by Christian Decker
parent c9a907cd71
commit f1a837e091

View File

@ -36,6 +36,7 @@ changes.
- Protocol: handling `query_channel_range` for large numbers of blocks
(eg. 4 billion) was slow due to a bug.
- Fixed occasional deadlock with peers when exchanging huge amounts of gossip.
### Security