diff --git a/CHANGELOG.md b/CHANGELOG.md index db1a501cb..426347190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - JSON API: `listpeers` has new field `scratch_txid`: the latest tx in channel. +- Bitcoind: more parallelism in requests, for very slow nodes. +- Testing: fixed logging, cleaner interception of bitcoind, minor fixes. ### Changed @@ -21,6 +23,12 @@ changes. ### Fixed +- Startup: more coherent complaint if daemon already running. +- 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. +- Protocol: fix occasional deadlock when both peers flood with gossip. + ### Security ## [0.6.1] - 2018-09-11: "Principled Opposition To Segwit"