doc: release-notes-0.20.0

This commit is contained in:
MPins 2025-02-11 13:11:04 -03:00
parent 26f3132d01
commit 5860ba7a33

View file

@ -20,6 +20,12 @@
# Bug Fixes # Bug Fixes
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9334) in
constructing blinded payment paths for invoices. The restriction on the maximum
number of paths is now applied later during pathfinding, ensuring that all
potential paths are considered before filtering out ineligible ones. This allows
for better utilization of the available paths for payments.
# New Features # New Features
## Functional Enhancements ## Functional Enhancements
@ -72,3 +78,5 @@
## Tooling and Documentation ## Tooling and Documentation
# Contributors (Alphabetical Order) # Contributors (Alphabetical Order)
* Pins