From 98615278e563613a3e275ce905ca4b1113649e2a Mon Sep 17 00:00:00 2001 From: Valentine Wallace Date: Sun, 9 Apr 2023 17:58:34 -0400 Subject: [PATCH] Update changelog for backwards compat --- pending_changelog/2146.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pending_changelog/2146.txt diff --git a/pending_changelog/2146.txt b/pending_changelog/2146.txt new file mode 100644 index 00000000000..12e3be3f0cc --- /dev/null +++ b/pending_changelog/2146.txt @@ -0,0 +1,4 @@ +## Backwards Compatibility + +* Routes manually constructed with `Path::blinded_tail` present will not be readable by prior versions of LDK +* `PaymentParameters` manually constructed with `Hints::Blinded` will not be readable by prior versions of LDK