From 5fdfd5d394d341b46e3ef7bd8fe67a86b415e7fa Mon Sep 17 00:00:00 2001 From: Don McCurdy Date: Sat, 7 Oct 2023 10:32:11 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9aa4a061..3c3daab45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ **Other:** +- Fix encoding of special characters in filenames when writing to disk [#1118](https://github.com/donmccurdy/glTF-Transform/pull/1118) - Fixed regression in quality of Draco compression [#1077](https://github.com/donmccurdy/glTF-Transform/pull/1077) - Updated `sharp` CLI dependency to address high-priority WebP vulnerability in libwebp - See [CVE-2023-4863](https://github.com/advisories/GHSA-j7hp-h8jx-5ppr) and [CVE-2023-41064](https://github.com/advisories/GHSA-8c6q-gxj3-w77f)