From 721463c7c7db431b4f0643ce272992a0956e0675 Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Mon, 8 Jan 2024 17:00:23 -0800 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.18.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index f59bfee7a..8d05086c1 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -209,6 +209,10 @@ with a lower min_final_cltv_expiry_delta value than 18 blocks since LND 0.11.0. +* [Make Legacy Features Compulsory](https://github.com/lightningnetwork/lnd/pull/8275). + This change implements changes codified in [bolts#1092](https://github.com/lightning/bolts/pull/1092) + and makes TLV Onions, Static Remote Keys, Gossip Queries, compulsory features for + LND's peers. Data Loss Protection has been compulsory for years. ## Testing