From b9151ffbdda137b841b84df1fb5b50b9e92e324f Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Wed, 22 Nov 2023 16:02:42 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88aeb2e7ef..e8640e5f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ A more detailed list of changes is available in the corresponding milestones for ### Changes to existing checks #### On the Universal Profile - **[com.google.fonts/check/arabic_high_hamza]:** Check area of arabic letter high hamza (U+0621) to be roughly the same as arabic letter hamza (U+0675) (issue #4315) + - **[com.google.fonts/check/xavgcharwidth]:** This check now also applies to CFF-flavoured fonts (issue #4212) #### On the Google Fonts Profile - **[com.google.fonts/check/metadata/escaped_strings]:** Accept escaped quotes. They're fine. This check is really meant to detect things like "Juli\303\241n" instead of "Julián". (issue #4331)