docs: add release notes

This commit is contained in:
Oliver Gugger
2022-09-19 10:28:38 +02:00
parent 01cd1c991e
commit a1c31f06fa

View File

@@ -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