From a6ef47e3d0e84980cda38e47ec954fc8968debf3 Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:31:40 +0100 Subject: [PATCH 1/3] [Changelog] Add export matches feature security center --- src/content/changelogs/security-center.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/changelogs/security-center.yaml b/src/content/changelogs/security-center.yaml index b4d2f471d08f63..3dce2523f19d74 100644 --- a/src/content/changelogs/security-center.yaml +++ b/src/content/changelogs/security-center.yaml @@ -12,3 +12,7 @@ entries: - publish_date: "2024-09-19" description: |- - Customers can now create a `security.txt` file file to provide the security research team with a standardized way to report vulnerabilities. + +- publish_date: "2024-09-23" + description: |- + - Customers can now export all matches from a saved query. Select your **Query name** > select the three dots > **Export matches**. \ No newline at end of file From ded5e2c5fdfd82481e0588dfca9bed49211d2a95 Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:59:59 +0100 Subject: [PATCH 2/3] Fixing identation --- src/content/changelogs/security-center.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/changelogs/security-center.yaml b/src/content/changelogs/security-center.yaml index 3dce2523f19d74..f50b8ccb3fcbc6 100644 --- a/src/content/changelogs/security-center.yaml +++ b/src/content/changelogs/security-center.yaml @@ -14,5 +14,5 @@ entries: - Customers can now create a `security.txt` file file to provide the security research team with a standardized way to report vulnerabilities. - publish_date: "2024-09-23" - description: |- - - Customers can now export all matches from a saved query. Select your **Query name** > select the three dots > **Export matches**. \ No newline at end of file + description: |- + - Customers can now export all matches from a saved query. Select your **Query name** > select the three dots > **Export matches**. \ No newline at end of file From 6eec38255b7d5da2d06ca334df33a5f7a3a6ec88 Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:17:36 +0100 Subject: [PATCH 3/3] Fixing identation 2 --- src/content/changelogs/security-center.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/changelogs/security-center.yaml b/src/content/changelogs/security-center.yaml index f50b8ccb3fcbc6..28c72f8e378124 100644 --- a/src/content/changelogs/security-center.yaml +++ b/src/content/changelogs/security-center.yaml @@ -13,6 +13,6 @@ entries: description: |- - Customers can now create a `security.txt` file file to provide the security research team with a standardized way to report vulnerabilities. -- publish_date: "2024-09-23" - description: |- - - Customers can now export all matches from a saved query. Select your **Query name** > select the three dots > **Export matches**. \ No newline at end of file + - publish_date: "2024-09-23" + description: |- + - Customers can now export all matches from a saved query. Select your **Query name** > select the three dots > **Export matches**. \ No newline at end of file