From 8632fc92332235e9d179997dd1f36ffb0d996556 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 21 Jul 2021 16:26:01 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.14.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index c48ea3bc23..15a66137cb 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -43,6 +43,12 @@ for more information. * It is now possible to fund a psbt [without specifying any outputs](https://github.com/lightningnetwork/lnd/pull/5442). This option is useful for CPFP bumping of unconfirmed outputs or general utxo consolidation. +* The internal wallet can now also be created or restored by using an [extended + master root key (`xprv`) instead of an + `aezeed`](https://github.com/lightningnetwork/lnd/pull/4717) only. This allows + wallet integrators to use existing seed mechanism that might already be in + place. **It is still not supported to use the same seed/root key on multiple + `lnd` instances simultaneously** though. ## Security