docs: add missing docs for changes made in bin/emqx and upgrade script

This commit is contained in:
Zaiming (Stone) Shi 2022-05-23 11:39:29 +02:00
parent 5ab6943133
commit 6dcdb58482
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ File format:
### Enhancements
* Refactored `bin/emqx` help messages.
* Upgrade script refuses upgrade from incompatible versions. (e.g. hot upgrade from 4.3 to 4.4 will fail fast).
* Made possible for EMQX to boot from a Linux directory which has white spaces in its path.
* Add support for JWT authorization [#7596]
Now MQTT clients may be authorized with respect to a specific claim containing publish/subscribe topic whitelists.