diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj
index 0dd53a9ab..347d60944 100644
--- a/BTCPayServer/BTCPayServer.csproj
+++ b/BTCPayServer/BTCPayServer.csproj
@@ -48,7 +48,7 @@
-
+
diff --git a/Changelog.md b/Changelog.md
index 3e9f41d2e..b45500c7d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -19,6 +19,7 @@ This data, generally used for debugging integrations, will be regularly purged.
* Fix: When using LNbank, payments would sometimes not be detected by BTCPay Server (dennisreimann/btcpayserver-plugin-lnbank#33) @NicolasDorier
* Fix: If a altcoins is disabled from BTCPay and payout processor is used, it would crash at restart (#4997) @NicolasDorier
* Fix: When the default currency of the store is SATS, the display on the dashboard was broken (#4994) @dennisreimann
+* Fix: When using a LND node, multi path payments with custom records would not be detected as valid payment @dennisreimann
### Improvements