From 81f99458e5c55f236c5a5765885e63e60e5e38b2 Mon Sep 17 00:00:00 2001 From: Xavier Julian Date: Fri, 11 Jul 2025 10:56:07 +0200 Subject: [PATCH] :paperclip: Add new font-size token type to CHANGELOG --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 5123bedf7a..288b40995d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,7 @@ - Support for exif rotated images [GitHub #6767](https://github.com/penpot/penpot/issues/6767) - Display Blend Mode and Layer Opacity properties in the Inspect tab [Taiga #11283](https://tree.taiga.io/project/penpot/issue/11283) - Add the option to import tokens in a .zip file. [Taiga #11378](https://tree.taiga.io/project/penpot/us/11378) +- New typography token type - font size token [Taiga #10938](https://tree.taiga.io/project/penpot/us/10938) ### :bug: Bugs fixed - Copying font size does not copy the unit [Taiga #11143](https://tree.taiga.io/project/penpot/issue/11143)