docs: add changelog

This commit is contained in:
Ivan Dyachkov 2022-12-29 10:16:40 +01:00
parent 1f57e7b538
commit 32f75197f2
2 changed files with 16 additions and 0 deletions

8
changes/v5.0.14-en.md Normal file
View File

@ -0,0 +1,8 @@
# v5.0.14
## Enhancements
- Enable authorization cache by default [#9626](https://github.com/emqx/emqx/pull/9626).
## Bug fixes

8
changes/v5.0.14-zh.md Normal file
View File

@ -0,0 +1,8 @@
# v5.0.14
## 增强
- 默认启用授权缓存 [#9626](https://github.com/emqx/emqx/pull/9626)。
## 修复