docs: add changelog for PR 12016 (license key enhancement)

This commit is contained in:
Zaiming (Stone) Shi 2023-11-23 18:44:38 +01:00
parent 14077ec43b
commit d84d77d23b
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Enhanced license key management.
EMQX can now load the license key from a specified file. This is enabled by setting the `license.key` configuration to a file path, which should be prefixed with `"file://"`.
Also added the ability to revert to the default trial license by setting `license.key = default`. This option simplifies the process of returning to the trial license if needed.