EMQX-9056 add missing changelog
@@ -0,0 +1 @@
+Fix return type structure for error case in API schema for `/gateways/:name/clients`.
+修复 API `/gateways/:name/clients` 返回值的类型结构错误。
+In dashboard API for `/monitor(_current)/nodes/:node` return `404` instead of `400` if node does not exist.
+如果 API 查询的节点不存在,将会返回 404 而不再是 400。