fix(doc): update CHANGES-4.3.md for #7374

This commit is contained in:
Shawn 2022-03-23 18:25:19 +08:00
parent 0348707aca
commit ac8bb41ea8
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ File format:
* Add load control app for future development. * Add load control app for future development.
* Change the precision of float to 17 digits after the decimal point when formatting a * Change the precision of float to 17 digits after the decimal point when formatting a
float using payload templates of rule actions. The old precision is 10 digits before float using payload templates of rule actions. The old precision is 10 digits before
this change. this change. [#7336]
* Return the cached resource status when querying a resource using HTTP APIs.
This is to avoid blocking the HTTP request if the resource is unavailable. [#7374]
### Bug fixes ### Bug fixes