From a7e5709f860c14572a4ef0c9b205f0a4a6de6107 Mon Sep 17 00:00:00 2001 From: firest Date: Tue, 4 Apr 2023 16:22:02 +0800 Subject: [PATCH] chore: update changes --- changes/ce/fix-10323.en.md | 2 ++ changes/ce/fix-10323.zh.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 changes/ce/fix-10323.en.md create mode 100644 changes/ce/fix-10323.zh.md diff --git a/changes/ce/fix-10323.en.md b/changes/ce/fix-10323.en.md new file mode 100644 index 000000000..1bb678875 --- /dev/null +++ b/changes/ce/fix-10323.en.md @@ -0,0 +1,2 @@ +For security reasons, the value of the `password` field in the API examples is replaced with `******`. + diff --git a/changes/ce/fix-10323.zh.md b/changes/ce/fix-10323.zh.md new file mode 100644 index 000000000..4f7acfc56 --- /dev/null +++ b/changes/ce/fix-10323.zh.md @@ -0,0 +1,2 @@ +出于安全原因,将 API 示例中 `password` 字段的值,统一更换为 `******`。 +