From 4304d70da18eb76db1e8b56d78c2385f0720c38c Mon Sep 17 00:00:00 2001 From: Alexei Mochalov Date: Sat, 29 Jun 2024 14:29:28 +0500 Subject: [PATCH] Remove polyfill.io (#4038) --- catalog/app/embed/debug-harness.html | 4 ---- catalog/app/embed/index.html | 4 ---- catalog/app/index.html | 4 ---- docs/CHANGELOG.md | 9 +++++++++ 4 files changed, 9 insertions(+), 12 deletions(-) diff --git a/catalog/app/embed/debug-harness.html b/catalog/app/embed/debug-harness.html index 155f4bf8eee..ae349451154 100644 --- a/catalog/app/embed/debug-harness.html +++ b/catalog/app/embed/debug-harness.html @@ -15,10 +15,6 @@ href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> - diff --git a/catalog/app/embed/index.html b/catalog/app/embed/index.html index f21dfd0c93e..9886c099c43 100644 --- a/catalog/app/embed/index.html +++ b/catalog/app/embed/index.html @@ -15,10 +15,6 @@ href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> - diff --git a/catalog/app/index.html b/catalog/app/index.html index bf6755c7ebb..9bcf639b131 100644 --- a/catalog/app/index.html +++ b/catalog/app/index.html @@ -31,10 +31,6 @@ href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> - diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5144ac2d6ac..c677dacf3ec 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -14,6 +14,15 @@ Entries inside each section should be ordered by type: ## Catalog, Lambdas !--> + +# unreleased - YYYY-MM-DD +## Python API + +## CLI + +## Catalog, Lambdas +* [Fixed] **SECURITY**: Remove `polyfill.io` references ([#4038](https://github.com/quiltdata/quilt/pull/4038)) + # 6.0.0a5 - 2024-06-25 ## Python API