diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md new file mode 100644 index 0000000000..d7a8247d79 --- /dev/null +++ b/docs/release-notes/release-notes-0.18.0.md @@ -0,0 +1,12 @@ +# Release Notes +- [New Features](#new-features) + +# New Features +* Support for [pathfinding]((https://github.com/lightningnetwork/lnd/pull/7267) + and payment to blinded paths has been added via the QueryRoutes (and + SendToRouteV2) APIs. This functionality is surfaced in `lncli queryroutes` + where the required flags are tagged with `(blinded paths)`. + +# Contributors (Alphabetical Order) + +* Carla Kirk-Cohen