docs: update release notes

This commit is contained in:
Oliver Gugger 2022-03-23 17:46:58 +01:00
parent 1dc2a394e6
commit ba99d22f3c
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

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