diff --git a/docs/release-notes/release-notes-0.14.3.md b/docs/release-notes/release-notes-0.14.3.md new file mode 100644 index 000000000..6b616d7a0 --- /dev/null +++ b/docs/release-notes/release-notes-0.14.3.md @@ -0,0 +1,13 @@ +# Release Notes + +## Bug fixes + +* The REST proxy (`grpc-gateway` library) had a fallback that redirected `POST` + requests to another endpoint _with the same URI_ if no endpoint for `POST` was + registered. [This default behavior was turned + off](https://github.com/lightningnetwork/lnd/pull/6359), enabling strict + HTTP method matching. + +# Contributors (Alphabetical Order) + +* Oliver Gugger