From a3e87af19e45691835feac45ecdce0eb0fff5fb0 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 10 Oct 2018 09:09:06 +1030 Subject: [PATCH] CHANGELOG.md: update for flurry of HTLC fixes. Signed-off-by: Rusty Russell --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1263f39..ec149c215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ changes. ### Fixed - Startup: more coherent complaint if daemon already running. +- Lightningd: correctly save full HTLCs across restarts; fixup old databases. - JSON RPC: `getinfo` now shows correct Tor port. - JSON RPC: `ping` now works even after one peer fails to respond. - JSON RPC: `getroute` `fuzzpercent` and `pay` `maxfeepercent` can now be > 100.