Przeglądaj źródła

chore: update changes

Erik Timan 3 lat temu
rodzic
commit
272337cceb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      changes/v5.0.12-zh.md

+ 1 - 1
changes/v5.0.12-zh.md

@@ -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)。
 
 ## 修复