Merge pull request #7379 from terry-xiaoyu/update_changes2

fix(doc): update CHANGES-4.3.md for #7374
This commit is contained in:
Xinyu Liu 2022-03-23 18:31:49 +08:00 committed by GitHub
commit 0a98086329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ File format:
* Add load control app for future development.
* 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
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