From d72f0589bdd41bb944b10f8d8899bbff648d455a Mon Sep 17 00:00:00 2001 From: darosior Date: Thu, 25 Jul 2019 15:58:19 +0200 Subject: [PATCH] Add 'channel_opened' notification to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca504443..1f9d39c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - build: now requires `python3-mako` to be installed, i.e. `sudo apt-get install python3-mako` - plugins: a new notification type `invoice_payment` (sent when an invoice is paid) has been added +- plugins: a new 'channel_opened' notification type is added, which is emitted when a peer succesfully funds a channel to us ### Deprecated