diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6ae5393..f95a78498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - JSON API: New command `paystatus` gives detailed information on `pay` commands. - JSON API: `getroute` `riskfactor` argument is simplified; `pay` now defaults to setting it to 10. - pylightning: New class 'Millisatoshi' can be used for JSON API, and new '_msat' fields are turned into this on reading. +- JSON API: `fundchannel` and `withdraw` now have a new parameter `minconf` that limits coinselection to outputs that have at least `minconf` confirmations (default 1). (#2380) ### Changed