From 5902a575afd6e518ad4b2ee40be0c649eb5ebc50 Mon Sep 17 00:00:00 2001 From: musou1500 Date: Wed, 10 Jul 2024 00:17:53 +0900 Subject: [PATCH] fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbcbb7d84..19fd8ca41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ project adheres to [Semantic Versioning](http://semver.org/). ================== ### Changed ### Added -* fix TextMetrics type to include `actualBoundingBoxLeft`, `actualBoundingBoxRight`, `fontBoundingBoxAscent`, and `fontBoundingBoxDescent` properties +* fix TextMetrics type to include alphabeticBaseline, emHeightAscent, and emHeightDescent properties ### Fixed