chore: update changes

This commit is contained in:
Erik Timan 2022-12-09 10:35:41 +01:00
parent 0242d5f360
commit 272337cceb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ v5.0.11 或更早版本创建的配置文件,在新版本中会被自动转换
- 用户可以在 EMQX Helm Chart 中自定义 service 资源的 `externalTrafficPolicy` [#9527](https://github.com/emqx/emqx/pull/9527)。
- Return `204` instead of `200` for `POST /gateway/lwm2m/clients/{clientid}/{read,write,observe}` [#9480](https://github.com/emqx/emqx/pull/9480).
- 现在调用 `POST /gateway/lwm2m/clients/{clientid}/{read,write,observe}` 时,将会返回 204而不再是 200 [#9480](https://github.com/emqx/emqx/pull/9480)
## 修复