diff --git a/docs/release-notes/release-notes-0.15.2.md b/docs/release-notes/release-notes-0.15.2.md new file mode 100644 index 000000000..8cbc9802b --- /dev/null +++ b/docs/release-notes/release-notes-0.15.2.md @@ -0,0 +1,11 @@ +# Release Notes + +## RPC/REST Server + +- A `POST` URL mapping [was added to the REST version of the `QueryRoutes` call + (`POST /v1/graph/routes`)](https://github.com/lightningnetwork/lnd/pull/6926) + to make it possible to specify `route_hints` over REST. + +# Contributors (Alphabetical Order) + +* Oliver Gugger