docs: fix a typo in change log

This commit is contained in:
zmstone 2024-06-08 18:05:14 +02:00
parent b2f027c974
commit 5da5ce1aae
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ Fix HTTP authorization request body encoding.
Prior to this fix, the HTTP authorization request body encoding format was taken from the `accept` header. Prior to this fix, the HTTP authorization request body encoding format was taken from the `accept` header.
The fix is to respect the `content-type` header instead. The fix is to respect the `content-type` header instead.
Also added `access` templating variable for v4 compatibility. Also added `access` templating variable for v4 compatibility.
The access code of SUBSCRIBE action is `1` and SUBSCRIBE action is `2`. The access code of SUBSCRIBE action is `1` and PUBLISH action is `2`.