docs: upgrade OTP to 24.3.4.2-1

This commit is contained in:
William Yang 2022-10-28 17:22:19 +02:00
parent 03cf2da256
commit 8bda9dd055
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
### Enhancements
- OTP upgrade from 24.1.5-3 to 24.3.4.2-1
[#9265](https://github.com/emqx/emqx/pull/9265)
### Bug fixes
- Fix get trace list crash when trace not initialize. [#9156](https://github.com/emqx/emqx/pull/9156)

View File

@ -1,5 +1,7 @@
### 增强
- OTP 升级: 从 24.1.5-3 至 24.3.4.2-1
[#9265](https://github.com/emqx/emqx/pull/9265)
### 修复