diff --git a/CHANGELOG.md b/CHANGELOG.md index e34b36e55..06bdb7472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - The `short_channel_id` separator has been changed to be `x` to match the specification. +- JSON API: `listpeers` now includes `funding_allocation_msat`, which returns a map of the amounts initially funded to the channel by each peer, indexed by channel id. ### Deprecated