docs: add changelog entries

This commit is contained in:
Thales Macedo Garitezi 2022-11-03 16:21:13 -03:00
parent b71b106456
commit 2f62426aca
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@
- Erlang/OTP [SSL library vulnerability fix](https://nvd.nist.gov/vuln/detail/CVE-2022-37026)
- Added support for OCSP (Online Certificate Status Protocol) Stapling
- Added CRL (Certificate Revocation List) cache auto refresh
- Added support for OCSP stapling and CRL
caching. #[9297](https://github.com/emqx/emqx/pull/9297).
- Added support for specifying custom modules for adding clientid and
common name
aliases. #[9297](https://github.com/emqx/emqx/pull/9297).
- Added support for specifying custom modules for custom
authentication. #[9297](https://github.com/emqx/emqx/pull/9297).
### Bug fixes